]> andersk Git - moira.git/commitdiff
Trivial version update.
authorzacheiss <zacheiss>
Tue, 4 Mar 2008 20:36:30 +0000 (20:36 +0000)
committerzacheiss <zacheiss>
Tue, 4 Mar 2008 20:36:30 +0000 (20:36 +0000)
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 0.043193 seconds and 5 git commands to generate.