Drop stray debug printf
This commit is contained in:
parent
d83540b9b8
commit
a9f039cf14
1 changed files with 0 additions and 1 deletions
1
access.c
1
access.c
|
@ -54,7 +54,6 @@ access_verify(const char *username, const char *password,
|
|||
|
||||
if(ae->ae_username[0] != '*') {
|
||||
/* acl entry requires username to match */
|
||||
printf("Need user access\n");
|
||||
if(username == NULL)
|
||||
continue; /* Didn't get one */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue