svn commit: samba r18511 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_23/source/nsswitch

gd at samba.org gd at samba.org
Thu Sep 14 10:11:23 GMT 2006


Author: gd
Date: 2006-09-14 10:11:22 +0000 (Thu, 14 Sep 2006)
New Revision: 18511

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

Log:
Ops, fix the build.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
   branches/SAMBA_3_0_23/source/nsswitch/winbindd_cache.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2006-09-14 10:08:36 UTC (rev 18510)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2006-09-14 10:11:22 UTC (rev 18511)
@@ -788,7 +788,7 @@
 	struct cache_entry *centry;
 	fstring sid_string;
 
-	if (is_null_sid(&sid)) {
+	if (is_null_sid(sid)) {
 		return;
 	}
 

Modified: branches/SAMBA_3_0_23/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0_23/source/nsswitch/winbindd_cache.c	2006-09-14 10:08:36 UTC (rev 18510)
+++ branches/SAMBA_3_0_23/source/nsswitch/winbindd_cache.c	2006-09-14 10:11:22 UTC (rev 18511)
@@ -771,7 +771,7 @@
 	struct cache_entry *centry;
 	fstring sid_string;
 
-	if (is_null_sid(&sid)) {
+	if (is_null_sid(sid)) {
 		return;
 	}
 



More information about the samba-cvs mailing list