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

(-)mod_dav.c.orig (-7 / +1 lines)
Lines 1052-1064 static int dav_method_put(request_rec *r Link Here
1052
    }
1052
    }
1053
1053
1054
    if (err2 != NULL) {
1054
    if (err2 != NULL) {
1055
        /* just log a warning */
1055
        return dav_handle_err(r, err2, NULL);
1056
        err2 = dav_push_error(r->pool, err2->status, 0,
1057
                              "The PUT was successful, but there "
1058
                              "was a problem automatically checking in "
1059
                              "the resource or its parent collection.",
1060
                              err2);
1061
        dav_log_err(r, err2, APLOG_WARNING);
1062
    }
1056
    }
1063
1057
1064
    /* ### place the Content-Type and Content-Language into the propdb */
1058
    /* ### place the Content-Type and Content-Language into the propdb */

Return to bug 43441