]> andersk Git - moira.git/commitdiff
Don't use the before argv if we've zeroed it out.
authorzacheiss <zacheiss>
Sun, 29 Feb 2004 06:48:29 +0000 (06:48 +0000)
committerzacheiss <zacheiss>
Sun, 29 Feb 2004 06:48:29 +0000 (06:48 +0000)
incremental/winad/winad.c

index 07e47f537a16fe6d515ccd4c7a36dc0ba1b2cb9f..096f9ba630ad6b3b1b3c8c0ac57bfe9cf505390f 100755 (executable)
@@ -1013,7 +1013,7 @@ void do_list(LDAP *ldap_handle, char *dn_path, char *ldap_hostname,
         return;
       if (afterc > L_LIST_DESC)
         {
-          strcpy(list_id, before[L_LIST_ID]);
+          strcpy(list_id, after[L_LIST_ID]);
         }
       security_flag = 0;
       get_group_membership(group_membership, group_ou, &security_flag, after);
This page took 0.163197 seconds and 5 git commands to generate.