]> granicus.if.org Git - apache/commitdiff
[Test] First try : remove extra ';'
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 11 Oct 2012 21:27:18 +0000 (21:27 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 11 Oct 2012 21:27:18 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1397320 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/util.c

index d076cc45fd065bae22df34355e102ffa0a92ac1f..aa0858410295f438e23370e255c7d1fcc2165dc4 100644 (file)
@@ -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. */
     }