summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index c77e31a..dd09be6 100644
--- a/utils.c
+++ b/utils.c
@@ -244,7 +244,7 @@ int adduser(const char *uid)
244 } 244 }
245 245
246 if (user_open(&snac, uid)) { 246 if (user_open(&snac, uid)) {
247 printf("ERROR: user '%s' already exists\n", uid); 247 printf("ERROR: user '%s' already exists\n", snac.uid);
248 return 1; 248 return 1;
249 } 249 }
250 250