]> granicus.if.org Git - shadow/commitdiff
Fixed typo. user_home -> mailfile.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 8 Jul 2011 19:50:42 +0000 (19:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 8 Jul 2011 19:50:42 +0000 (19:50 +0000)
src/userdel.c

index 05c0a747768e317e454658dd505f7a6cc339bdd5..dfb70e9c3163e7da0aa1074adb0a50dca4412906 100644 (file)
@@ -704,7 +704,7 @@ static int remove_mailbox (void)
                if (ENOENT == errno) {
                        fprintf (stderr,
                                 _("%s: %s mail spool (%s) not found\n"),
-                                Prog, user_name, user_home);
+                                Prog, user_name, mailfile);
                        return 0;
                } else {
                        fprintf (stderr,