Skip to content

Commit

Permalink
[Test] First try : remove extra ';'
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1397320 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Christophe Jaillet committed Oct 11, 2012
1 parent 65685eb commit 1447a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dav/main/util.c
Expand Up @@ -1578,7 +1578,7 @@ DAV_DECLARE(dav_error *) dav_validate_request(request_rec *r,

err = (*repos_hooks->walk)(&ctx.w, DAV_INFINITY, &multi_status);
if (err == NULL) {
*response = multi_status;;
*response = multi_status;
}
/* else: implies a 5xx status code occurred. */
}
Expand Down

0 comments on commit 1447a11

Please sign in to comment.