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

Reply via email to