X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49976f25a761e67a05cc493cc7ab88863a587e30..2d033e9c995d385fcd69cb604bf8814de4d1ccec:/sbr/ruserpass.c diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 2bd8d63e..ab47f13a 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -107,7 +107,7 @@ ruserpass(const char *host, char **aname, char **apass, int flags) (stb.st_mode & 077) != 0) { /* We make this a fatal error to force the user to correct it. */ - advise(NULL, "group or other permissions, %#o, " + inform("group or other permissions, %#o, " "forbidden: %s", stb.st_mode, credentials_file); adios(NULL, "Remove password or correct file " "permissions.");