]> code.citadel.org Git - citadel.git/commit
* Fixed bug introduced in r8304. CtdlSockGetLine() needs to call FlushStrBuf() at...
authorArt Cancro <ajc@citadel.org>
Thu, 22 Jul 2010 14:49:53 +0000 (14:49 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 22 Jul 2010 14:49:53 +0000 (14:49 +0000)
commitc179f5cb4423b201f029bb6782c9b8992d03693b
treed2d0b4c7fa50d992866aa14880d8db63277866e0
parent23ad1aef26234b974b18aa30cdccd3cc1767f496
* Fixed bug introduced in r8304.  CtdlSockGetLine() needs to call FlushStrBuf() at the beginning, just like CtdlClientGetLine() does.  This should fix POP3 aggregation.
citadel/clientsocket.c