diff options
Diffstat (limited to 'libbb/obscure.c')
-rw-r--r-- | libbb/obscure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/obscure.c b/libbb/obscure.c index 9ac6bcd82..56aacc910 100644 --- a/libbb/obscure.c +++ b/libbb/obscure.c | |||
@@ -97,7 +97,7 @@ static const char *obscure_msg(const char *old_p, const char *new_p, const struc | |||
97 | 97 | ||
98 | /* size */ | 98 | /* size */ |
99 | if (!new_p || (length = strlen(new_p)) < CONFIG_PASSWORD_MINLEN) | 99 | if (!new_p || (length = strlen(new_p)) < CONFIG_PASSWORD_MINLEN) |
100 | return("too short"); | 100 | return "too short"; |
101 | 101 | ||
102 | /* no username as-is, as sub-string, reversed, capitalized, doubled */ | 102 | /* no username as-is, as sub-string, reversed, capitalized, doubled */ |
103 | if (string_checker(new_p, pw->pw_name)) { | 103 | if (string_checker(new_p, pw->pw_name)) { |