Changeset 156 for trunk/spidentd.py

Show
Ignore:
Timestamp:
05/19/05 11:49:41 (4 years ago)
Author:
jajcus
Message:

- fixed uninitialized variable after exception is cought

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/spidentd.py

    r153 r156  
    206206                        if e.args[0]==errno.EINTR: 
    207207                                continue 
     208                        r=None 
    208209                if not r: 
    209210                        print >>sys.stderr,"No query"