From: Ken Hornstein Date: Fri, 23 Sep 2016 03:10:59 +0000 (-0400) Subject: Forgot to reset the snoop callback one time. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/174611d912b777c16d46d2085665cdc73bda12e2?ds=inline;hp=-c Forgot to reset the snoop callback one time. --- 174611d912b777c16d46d2085665cdc73bda12e2 diff --git a/uip/popsbr.c b/uip/popsbr.c index ba6003fd..466146c3 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -347,6 +347,7 @@ pop_sasl_callback(enum sasl_message_type mtype, unsigned const char *indata, rc = netsec_printf(nsc, errstr, "AUTH %s %s\r\n", mech, b64data); free(b64data); + netsec_set_snoop_callback(nsc, NULL, NULL); if (rc != OK) return NOTOK; if (netsec_flush(nsc, errstr) != OK)