Ticket #3: packet_id.patch
| File packet_id.patch, 401 bytes (added by farshad@parspooyesh.com, 3 years ago) |
|---|
-
pyrad/packet.py
old new 60 62 """ 61 63 UserDict.UserDict.__init__(self) 62 64 self.code=code 63 if id :65 if id != None: 64 66 self.id=id 65 67 else: 66 68 self.id=CreateID()