gaim/gaim

Backport a minor fix from head. My bad!
oldstatus
2005-02-20, Mark Doliner
f3fbf625d768
Parents ee6469548377
Children 8f115cba4a80
Backport a minor fix from head. My bad!
  • +2 -1
    src/proxy.c
  • --- a/src/proxy.c Sat Feb 19 15:59:58 2005 -0500
    +++ b/src/proxy.c Sun Feb 20 15:16:54 2005 -0500
    @@ -1414,7 +1414,8 @@
    /* Did auth work? */
    if (buf[0] == 0x00) {
    /* Success */
    - return s5_sendconnect(phb, source);
    + s5_sendconnect(phb, source);
    + return;
    } else {
    /* Failure */
    gaim_debug_warning("proxy", "socks5 CHAP authentication "