]> andersk Git - moira.git/blobdiff - clients/chsh/chsh.c
Trivial version update.
[moira.git] / clients / chsh / chsh.c
index 14cdfeaedf53cb71c98d08da92feffb40f79a048..6cab045c9aeb18b83b26abb0cc5ccfc32503e8a9 100644 (file)
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
   if (unixflg && windowsflg)
     usage();
   
-  if (mrcl_connect(server, "chsh", 11, 1) != MRCL_SUCCESS)
+  if (mrcl_connect(server, "chsh", 12, 1) != MRCL_SUCCESS)
     exit(1);
 
   /* First, do an access check */
This page took 1.094865 seconds and 4 git commands to generate.