svn commit: samba r19268 - in branches/SAMBA_4_0_RELEASE/source/libnet: .

abartlet at samba.org abartlet at samba.org
Fri Oct 13 13:40:12 GMT 2006


Author: abartlet
Date: 2006-10-13 13:40:11 +0000 (Fri, 13 Oct 2006)
New Revision: 19268

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

Log:
Fix typo...

Modified:
   branches/SAMBA_4_0_RELEASE/source/libnet/libnet_rpc.c


Changeset:
Modified: branches/SAMBA_4_0_RELEASE/source/libnet/libnet_rpc.c
===================================================================
--- branches/SAMBA_4_0_RELEASE/source/libnet/libnet_rpc.c	2006-10-13 13:04:05 UTC (rev 19267)
+++ branches/SAMBA_4_0_RELEASE/source/libnet/libnet_rpc.c	2006-10-13 13:40:11 UTC (rev 19268)
@@ -270,7 +270,7 @@
 	if (s->monitor_fn) s->monitor_fn(&msg);
 
 	/* ok, pdc has been found so do attempt to rpc connect */
-	s->r2.level	       = LIBNET_RPC_CONNET_SERVER;
+	s->r2.level	       = LIBNET_RPC_CONNECT_SERVER;
 
 	/* this will cause yet another name resolution, but at least
 	 * we pass the right name down the stack now */



More information about the samba-cvs mailing list