fix call/call-ssid locking issue
[spider.git] / cmd / export_users.pl
index 69cecc797f86bb0dd8a353e729d5dd7bc6c282e2..3a07d23a79899409a22bfcbc1eed4e34975fe85d 100644 (file)
@@ -15,7 +15,7 @@ unless ($fn && $fn eq 'user_json') {
 }
 my $strip = $flag eq 'strip';
 
-my @out = DXUser::export(undef, $strip); # for now
+my @out = DXUser::export(); # for now
 
 return (1, @out);