]> granicus.if.org Git - shadow/commitdiff
Remove extra parenthesis
authorAdam Majer <amajer@suse.de>
Mon, 20 Feb 2017 13:49:30 +0000 (14:49 +0100)
committerAdam Majer <amajer@suse.de>
Mon, 20 Feb 2017 13:50:30 +0000 (14:50 +0100)
src/useradd.c

index 8b30a766d69df206c5699b5d662adf128fbdb641..6d944056a5718b8c3e40390e0c89005e0a8c78dd 100644 (file)
@@ -2287,7 +2287,7 @@ int main (int argc, char **argv)
         * a valid existing user name,
         * so we canot call it before close_files()
         */
-       if ((!lflg) && (getpwuid (user_id) != NULL)) {
+       if (!lflg && getpwuid (user_id) != NULL) {
                tallylog_reset (user_name);
        }