svn commit: samba r25242 - in branches/SAMBA_4_0/source/nsswitch: .

metze at samba.org metze at samba.org
Wed Sep 19 19:09:03 GMT 2007


Author: metze
Date: 2007-09-19 19:09:02 +0000 (Wed, 19 Sep 2007)
New Revision: 25242

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

Log:
remove sequence_number out of WINBINDD_DOMAIN_INFO call
as this is always answered by the winbindd parent and will
most times return old sequence number values.

metze
Modified:
   branches/SAMBA_4_0/source/nsswitch/wbinfo.c
   branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/wbinfo.c
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/wbinfo.c	2007-09-19 19:05:54 UTC (rev 25241)
+++ branches/SAMBA_4_0/source/nsswitch/wbinfo.c	2007-09-19 19:09:02 UTC (rev 25242)
@@ -465,8 +465,6 @@
 	d_printf("Primary           : %s\n",
 		 response.data.domain_info.primary ? "Yes" : "No");
 
-	d_printf("Sequence          : %d\n", response.data.domain_info.sequence_number);
-
 	return True;
 }
 

Modified: branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h	2007-09-19 19:05:54 UTC (rev 25241)
+++ branches/SAMBA_4_0/source/nsswitch/winbind_struct_protocol.h	2007-09-19 19:09:02 UTC (rev 25242)
@@ -447,8 +447,8 @@
 			bool native_mode;
 			bool active_directory;
 			bool primary;
-			uint32_t sequence_number;
 		} domain_info;
+		uint32_t sequence_number;
 		struct {
 			fstring acct_name;
 			fstring full_name;



More information about the samba-cvs mailing list