/[imapfilter]/imapfilter/response.c
ViewVC logotype

Diff of /imapfilter/response.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23.2.7 by lefcha, Sun Feb 2 17:43:21 2003 UTC revision 1.23.2.8 by lefcha, Sat Mar 8 01:37:15 2003 UTC
# Line 26  static size_t vbufs = 0;       /* Virtual buff Line 26  static size_t vbufs = 0;       /* Virtual buff
26   */   */
27  void receive_response(int *sock, char *buf)  void receive_response(int *sock, char *buf)
28  {  {
29      socket_read(sock, buf);      if (socket_read(sock, buf) == ERROR_NETWORK)
30            longjmp(acctloop, -1);
31    
32  #ifdef DEBUG  #ifdef DEBUG
33      printf("\n%s\n", buf);      printf("\n%s\n", buf);

Legend:
Removed from v.1.23.2.7  
changed lines
  Added in v.1.23.2.8

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26