cmd: add flags argument to create syntax function
[openafs.git] / src / ptserver / pt_util.c
index 2b6d35b..0fcfbe1 100644 (file)
@@ -108,7 +108,7 @@ main(int argc, char **argv)
     struct cmd_syndesc *cs;    /*Command line syntax descriptor */
     afs_int32 code;    /*Return code */
 
-    cs = cmd_CreateSyntax(NULL, CommandProc, NULL,
+    cs = cmd_CreateSyntax(NULL, CommandProc, NULL, 0,
                          "access protection database");
     cmd_AddParm(cs, "-w", CMD_FLAG, CMD_OPTIONAL,
                "update prdb with contents of data file");