Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 520486
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/saslauthd/auth_rimap.c
0
++ b/saslauthd/auth_rimap.c
Lines 308-314 Link Here
308
    int	s=-1;				/* socket to remote auth host   */
308
    int	s=-1;				/* socket to remote auth host   */
309
    struct addrinfo *r;			/* remote socket address info   */
309
    struct addrinfo *r;			/* remote socket address info   */
310
    struct iovec iov[5];		/* for sending LOGIN command    */
310
    struct iovec iov[5];		/* for sending LOGIN command    */
311
    struct iovec iov2[1];               /* for sending LOGOUT command   */
311
    struct iovec iov2[2];               /* for sending LOGOUT command   */
312
    char *qlogin;			/* pointer to "quoted" login    */
312
    char *qlogin;			/* pointer to "quoted" login    */
313
    char *qpass;			/* pointer to "quoted" password */
313
    char *qpass;			/* pointer to "quoted" password */
314
    char *c;				/* scratch pointer              */
314
    char *c;				/* scratch pointer              */

Return to bug 520486