summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-24 04:25:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:16 -0500
commit6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f (patch)
treea1944e9f123f1b9af933c24895ba040b96e58387 /source/utils/net_rpc.c
parentcf8949f684ee9adcd35d56d923b2f5733efc05ac (diff)
downloadsamba-6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f.tar.gz
samba-6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f.tar.xz
samba-6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f.zip
r6029: adding files necessary to support 'net rpc service' functions; will fill in tomorrow
Diffstat (limited to 'source/utils/net_rpc.c')
-rw-r--r--source/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index 51514596d6c..ca9470c8650 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5572,6 +5572,7 @@ int net_rpc(int argc, const char **argv)
{"vampire", rpc_vampire},
{"getsid", net_rpc_getsid},
{"rights", net_rpc_rights},
+ {"service", net_rpc_service},
{"help", net_rpc_help},
{NULL, NULL}
};