confused as a pasto, so add a comment to make it clear that this is not
an error
-/* $OpenBSD: envelope.c,v 1.31 2015/10/09 09:56:28 gilles Exp $ */
+/* $OpenBSD: envelope.c,v 1.32 2015/10/14 20:57:17 gilles Exp $ */
/*
* Copyright (c) 2013 Eric Faurot <eric@openbsd.org>
}
if (strcasecmp(field, "esc-code") == 0) {
- if (ep->esc_code)
+ /* this is not a pasto, we dump esc_code if esc_class is !0 */
+ if (ep->esc_class)
return ascii_dump_uint8(ep->esc_code, buf, len);
return 1;
}