diff options
Diffstat (limited to 'source3/rpcclient/cmd_test.c')
-rw-r--r-- | source3/rpcclient/cmd_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_test.c b/source3/rpcclient/cmd_test.c index 85e90a19b5..ac65a16574 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, NULL, "Sample test", "testme" }, + NULL, 0, NULL, "Sample test", "testme" }, { NULL } }; |