]> andersk Git - moira.git/commitdiff
win32 portability.
authorzacheiss <zacheiss>
Fri, 14 Sep 2001 03:20:34 +0000 (03:20 +0000)
committerzacheiss <zacheiss>
Fri, 14 Sep 2001 03:20:34 +0000 (03:20 +0000)
clients/moira/cluster.c

index b01b70d9695ee081602ad1c4a9972591dedb1da3..9fc938a9be6a173e55b680b55a22cdc84ef484cf 100644 (file)
@@ -2076,7 +2076,7 @@ struct mqelem *GetMachineByOwner(char *type, char *name)
 
 int MachineByAcctNumber(int argc, char **argv)
 {
-  char *args[0], *account_number;
+  char *args[1], *account_number;
   int status;
   struct mqelem *elem = NULL;
 
This page took 0.223481 seconds and 5 git commands to generate.