summaryrefslogtreecommitdiff
path: root/source3/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
commit2e3ce1d534b544b2eedd9183f9f97c17a8e403fc (patch)
tree728d5ebb0a5544f56712d0a4aa87cb08a57cb64e /source3/utils/net_rpc.c
parent143bf1202c924f53db811d1d076580eea4acdb7e (diff)
downloadsamba-2e3ce1d534b544b2eedd9183f9f97c17a8e403fc.tar.gz
samba-2e3ce1d534b544b2eedd9183f9f97c17a8e403fc.tar.bz2
samba-2e3ce1d534b544b2eedd9183f9f97c17a8e403fc.zip
r6029: adding files necessary to support 'net rpc service' functions; will fill in tomorrow
(This used to be commit 6bbd61cfd1ca2dbe8d96d894f90f263b8f24571f)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r--source3/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 51514596d6..ca9470c865 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/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}
};