diff options
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/passwd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index a7006f054..150908932 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c @@ -17,11 +17,6 @@ #include <syslog.h> #include <sys/resource.h> /* setrlimit */ -static void nuke_str(char *str) -{ - if (str) memset(str, 0, strlen(str)); -} - static char* new_password(const struct passwd *pw, uid_t myuid, const char *algo) { char salt[MAX_PW_SALT_LEN]; |