svn commit: samba r17882 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Mon Aug 28 12:15:13 GMT 2006


Author: metze
Date: 2006-08-28 12:15:13 +0000 (Mon, 28 Aug 2006)
New Revision: 17882

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

Log:
merge change from samba3

metze
Modified:
   branches/SAMBA_4_0/source/include/dlinklist.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/dlinklist.h
===================================================================
--- branches/SAMBA_4_0/source/include/dlinklist.h	2006-08-28 09:19:30 UTC (rev 17881)
+++ branches/SAMBA_4_0/source/include/dlinklist.h	2006-08-28 12:15:13 UTC (rev 17882)
@@ -46,7 +46,7 @@
 		if ((p)->prev) (p)->prev->next = (p)->next; \
 		if ((p)->next) (p)->next->prev = (p)->prev; \
 	} \
-	if ((p) && ((p) != (list))) (p)->next = (p)->prev = NULL; \
+	if ((p) != (list)) (p)->next = (p)->prev = NULL; \
 } while (0)
 
 /* promote an element to the top of the list */



More information about the samba-cvs mailing list