summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpcclient/cmd_test.c')
-rw-r--r--source3/rpcclient/cmd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_test.c b/source3/rpcclient/cmd_test.c
index ac65a16574..85e90a19b5 100644
--- a/source3/rpcclient/cmd_test.c
+++ b/source3/rpcclient/cmd_test.c
@@ -69,7 +69,7 @@ struct cmd_set test_commands[] = {
{ "TESTING" },
{ "testme", RPC_RTYPE_NTSTATUS, cmd_testme, NULL,
- NULL, 0, NULL, "Sample test", "testme" },
+ NULL, NULL, "Sample test", "testme" },
{ NULL }
};