diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||