summaryrefslogtreecommitdiff
path: root/qmail-smtpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'qmail-smtpd.c')
-rw-r--r--qmail-smtpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-smtpd.c b/qmail-smtpd.c
index 4a35fa1..103d4b5 100644
--- a/qmail-smtpd.c
+++ b/qmail-smtpd.c
@@ -681,7 +681,7 @@ char *arg;
int i;
char *cmd = arg;
- if (!hostname || !*childargs)
+ if (!hostname || !childargs)
{
out("503 auth not available (#5.3.3)\r\n");
return;