cmd: add flags argument to create syntax function
[openafs.git] / src / WINNT / afsd / cklog.c
index 9ea1822..1dd63f5 100644 (file)
@@ -44,7 +44,7 @@ void main (argc, argv)
     /* Start up sockets */
     WSAStartup(0x0101, &WSAjunk);
 
-    ts = cmd_CreateSyntax(NULL, CommandProc, NULL, "obtain Kerberos authentication");
+    ts = cmd_CreateSyntax(NULL, CommandProc, NULL, 0, "obtain Kerberos authentication");
 
 #define aXFLAG 0
 #define aPRINCIPAL 1