svn commit: samba r16709 - in branches/tmp/vl-messaging/source/lib: .

ab at samba.org ab at samba.org
Fri Jun 30 12:56:16 GMT 2006


Author: ab
Date: 2006-06-30 12:56:15 +0000 (Fri, 30 Jun 2006)
New Revision: 16709

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16709

Log:
Oops. Fix segfault.
Modified:
   branches/tmp/vl-messaging/source/lib/messages_socket.c


Changeset:
Modified: branches/tmp/vl-messaging/source/lib/messages_socket.c
===================================================================
--- branches/tmp/vl-messaging/source/lib/messages_socket.c	2006-06-30 11:07:47 UTC (rev 16708)
+++ branches/tmp/vl-messaging/source/lib/messages_socket.c	2006-06-30 12:56:15 UTC (rev 16709)
@@ -258,8 +258,9 @@
 				DLIST_REMOVE(received_messages, li);
 				DLIST_ADD_END((*list), li, tmp);
 				li = next;
+			} else {
+				li = li->next;
 			}
-			li = li->next;
 		}
 		return (*list != NULL);
 	} else {



More information about the samba-cvs mailing list