Sorry for the "typo"!

--- src/nodes.c 10 Mar 2004 19:53:54 -0000      1.324
+++ src/nodes.c 30 Mar 2004 19:52:44 -0000
@@ -1156,7 +1156,8 @@
                n->guid = NULL;
        }
 
-       n->status = GTA_NODE_REMOVING;
+       if (n->status != GTA_NODE_SHUTDOWN)
+               n->status = GTA_NODE_REMOVING;
        n->flags &= ~(NODE_F_WRITABLE|NODE_F_READABLE|NODE_F_BYE_SENT);
        n->last_update = time((time_t *) NULL);


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to