Changeset 1318 for code/branches/merge/src/network/ConnectionManager.cc
- Timestamp:
- May 18, 2008, 10:00:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/src/network/ConnectionManager.cc
r1305 r1318 274 274 return false; 275 275 } 276 if(temp->prev()-> head) { //not good if you use anything else than insertBack276 if(temp->prev()->getHead()) { //not good if you use anything else than insertBack 277 277 temp->prev()->setID(0); //bugfix: not necessary but usefull 278 278 temp->setID(1);
Note: See TracChangeset
for help on using the changeset viewer.