Changeset 401


Ignore:
Timestamp:
08/27/09 18:20:49 (15 years ago)
Author:
nanardon
Message:
  • fix: after adding -r option adding user was not working anymore, this commit get back the old behavior
Location:
LATMOS-Accounts/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/bin/la-group

    r398 r401  
    9191                delete $uniq_users{$_}; 
    9292            } 
     93        } else { 
     94            foreach (@users) { 
     95                $uniq_users{$_} = 1; 
     96            } 
    9397        } 
    9498    } 
  • LATMOS-Accounts/bin/la-guser

    r398 r401  
    9191                delete $uniq_groups{$_}; 
    9292            } 
     93        } else { 
     94            foreach (@groups) { 
     95                $uniq_groups{$_} = 1; 
     96            } 
    9397        } 
    9498    } 
Note: See TracChangeset for help on using the changeset viewer.