diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-11 07:30:25 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-11 07:30:25 +0000 |
commit | e3cd0042444937e889df8824d826544484d40e05 (patch) | |
tree | bd29522664d851a9b23fb6844b4d612c62cb80b4 | |
parent | 6ae8772ed3095ef4f5313c3b86251833f2083966 (diff) |
whitespace
-rw-r--r-- | usr.sbin/smtpd/smtpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.c b/usr.sbin/smtpd/smtpctl.c index 8757518ae60..80c1b5e9f55 100644 --- a/usr.sbin/smtpd/smtpctl.c +++ b/usr.sbin/smtpd/smtpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpctl.c,v 1.139 2015/12/10 07:49:58 sunil Exp $ */ +/* $OpenBSD: smtpctl.c,v 1.140 2015/12/11 07:30:24 gilles Exp $ */ /* * Copyright (c) 2013 Eric Faurot <eric@openbsd.org> @@ -330,7 +330,7 @@ srv_iter_envelopes(uint32_t msgid, struct envelope *evp) srv_read(&evpid, sizeof evpid); buflen = rlen; - srv_read(buf, rlen); + srv_read(buf, rlen); envelope_load_buffer(evp, buf, buflen - 1); evp->id = evpid; |