/[mailutils]/mailutils/pop3d/quit.c
ViewVC logotype

Diff of /mailutils/pop3d/quit.c

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

revision 1.8 by alainm, Wed May 2 04:45:12 2001 UTC revision 1.9 by gray, Fri Jul 26 11:22:02 2002 UTC
# Line 35  pop3d_quit (const char *arg) Line 35  pop3d_quit (const char *arg)
35        pop3d_unlock ();        pop3d_unlock ();
36        if (mailbox_expunge (mbox) != 0)        if (mailbox_expunge (mbox) != 0)
37          err = ERR_FILE;          err = ERR_FILE;
38        if (mailbox_close (mbox) != 0)        if (mailbox_close (mbox) != 0)
39          err = ERR_FILE;          err = ERR_FILE;
40        mailbox_destroy (&mbox);        mailbox_destroy (&mbox);
41        syslog (LOG_INFO, "Session ended for user: %s", username);        syslog (LOG_INFO, "Session ended for user: %s", username);
# Line 48  pop3d_quit (const char *arg) Line 48  pop3d_quit (const char *arg)
48    free (md5shared);    free (md5shared);
49    
50    if (err == OK)    if (err == OK)
51      fprintf (ofile, "+OK\r\n");      pop3d_outf ("+OK\r\n");
52    return err;    return err;
53  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26