]> andersk Git - moira.git/commitdiff
Reinitialize ustatus to 0 each time we pass through the loop.
authorzacheiss <zacheiss>
Wed, 11 Oct 2000 06:16:46 +0000 (06:16 +0000)
committerzacheiss <zacheiss>
Wed, 11 Oct 2000 06:16:46 +0000 (06:16 +0000)
afssync/sync.pc

index 677bc1859dfe0b43df21ea495c83c305c0ccc011..a95eafea9afcb0047b85a527f271424e362b02f6 100644 (file)
@@ -261,6 +261,7 @@ do_groups()
 
                aid = 0;
                root_flag = 0;
+               ustatus = NULL;
                strtrim(string);
 
                if (p = strchr(string, '@')) 
This page took 0.029521 seconds and 5 git commands to generate.