summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-14 22:14:03 +0000
committerGerald Carter <jerry@samba.org>2003-08-14 22:14:03 +0000
commit8f75104da17dac200395ccc91c32878b0ee5ef9b (patch)
tree83faf15ad27e3a77f1ef85aaed4e27435a168920 /source3
parent13a7870e427b425a149424a99e40093e9bec88c9 (diff)
downloadsamba-8f75104da17dac200395ccc91c32878b0ee5ef9b.tar.gz
samba-8f75104da17dac200395ccc91c32878b0ee5ef9b.tar.bz2
samba-8f75104da17dac200395ccc91c32878b0ee5ef9b.zip
fix build
(This used to be commit dd9cb6f820c2acf658eb081fb6ffc7e9b6b3c8d6)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/srv_pipe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c
index 1c99943a9d..ae6337e152 100644
--- a/source3/rpc_server/srv_pipe.c
+++ b/source3/rpc_server/srv_pipe.c
@@ -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));
}