View | Details | Raw Unified | Return to bug 63893
Collapse All | Expand All

(-)modules/metadata/mod_remoteip.c (+3 lines)
Lines 948-953 Link Here
948
    apr_status_t ret;
948
    apr_status_t ret;
949
949
950
    switch (hdr->v2.ver_cmd & 0xF) {
950
    switch (hdr->v2.ver_cmd & 0xF) {
951
        case 0x00: /* LOCAL command */
952
            /* keep local connection address for LOCAL */
953
            break;
951
        case 0x01: /* PROXY command */
954
        case 0x01: /* PROXY command */
952
            switch (hdr->v2.fam) {
955
            switch (hdr->v2.fam) {
953
                case 0x11:  /* TCPv4 */
956
                case 0x11:  /* TCPv4 */

Return to bug 63893