aboutsummaryrefslogtreecommitdiff
path: root/loginutils/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils/passwd.c')
-rw-r--r--loginutils/passwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/passwd.c b/loginutils/passwd.c
index 0842b71bf..0df084e5a 100644
--- a/loginutils/passwd.c
+++ b/loginutils/passwd.c
@@ -6,7 +6,6 @@
6#include "libbb.h" 6#include "libbb.h"
7#include <syslog.h> 7#include <syslog.h>
8 8
9
10static void nuke_str(char *str) 9static void nuke_str(char *str)
11{ 10{
12 if (str) memset(str, 0, strlen(str)); 11 if (str) memset(str, 0, strlen(str));