svn commit: samba r23254 - in branches/SAMBA_3_0_26/source/rpc_server: .

obnox at samba.org obnox at samba.org
Wed May 30 22:43:12 GMT 2007


Author: obnox
Date: 2007-05-30 22:43:11 +0000 (Wed, 30 May 2007)
New Revision: 23254

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

Log:
remove one reference to the PI_ECHO pipe index forgotten
inside a "#ifdef DEVELOPER".


Modified:
   branches/SAMBA_3_0_26/source/rpc_server/srv_pipe.c


Changeset:
Modified: branches/SAMBA_3_0_26/source/rpc_server/srv_pipe.c
===================================================================
--- branches/SAMBA_3_0_26/source/rpc_server/srv_pipe.c	2007-05-30 22:40:26 UTC (rev 23253)
+++ branches/SAMBA_3_0_26/source/rpc_server/srv_pipe.c	2007-05-30 22:43:11 UTC (rev 23254)
@@ -2375,7 +2375,7 @@
 			ntsvcs_get_pipe_fns( &cmds, &n_cmds );
 			break;
 #ifdef DEVELOPER
-		case PI_ECHO:
+		case PI_RPCECHO:
 			rpcecho_get_pipe_fns( &cmds, &n_cmds );
 			break;
 #endif



More information about the samba-cvs mailing list