fix build
authorGerald Carter <jerry@samba.org>
Thu, 14 Aug 2003 22:14:03 +0000 (22:14 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 14 Aug 2003 22:14:03 +0000 (22:14 +0000)
(This used to be commit dd9cb6f820c2acf658eb081fb6ffc7e9b6b3c8d6)

source3/rpc_server/srv_pipe.c

index 1c99943a9dcf14588d4eb518c8ab0f6b62db11db..ae6337e1526ebe98b80ca2a0c0cebd61c376d022 100644 (file)
@@ -1590,9 +1590,11 @@ void get_pipe_fns( int idx, struct api_struct **fns, int *n_fns )
                case PI_NETDFS:
                        netdfs_get_pipe_fns( &cmds, &n_cmds );
                        break;
+#ifdef DEVELOPER
                case PI_ECHO:
                        echo_get_pipe_fns( &cmds, &n_cmds );
                        break;
+#endif
                default:
                        DEBUG(0,("get_pipe_fns: Unknown pipe index! [%d]\n", idx));
        }