sendmail: remove forgotten commenting-out on a "if (verbose)"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
5707b52fd4
commit
51d714ce7e
@ -63,7 +63,7 @@ static int smtp_checkp(const char *fmt, const char *param, int code)
|
|||||||
// if code != -1 then checks whether the number equals the code
|
// if code != -1 then checks whether the number equals the code
|
||||||
// if not equal -> die saying msg
|
// if not equal -> die saying msg
|
||||||
while ((answer = xmalloc_fgetline(stdin)) != NULL) {
|
while ((answer = xmalloc_fgetline(stdin)) != NULL) {
|
||||||
// if (verbose)
|
if (verbose)
|
||||||
bb_error_msg("recv:'%.*s' %d", (int)(strchrnul(answer, '\r') - answer), answer, verbose);
|
bb_error_msg("recv:'%.*s' %d", (int)(strchrnul(answer, '\r') - answer), answer, verbose);
|
||||||
if (strlen(answer) <= 3 || '-' != answer[3])
|
if (strlen(answer) <= 3 || '-' != answer[3])
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user