]> granicus.if.org Git - apache/commitdiff
As in 'dav_generic_do_refresh', add missing break in 'dav_fs_do_refresh' to avoid...
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 9 Jan 2014 18:44:50 +0000 (18:44 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 9 Jan 2014 18:44:50 +0000 (18:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1556911 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/lock.c

index 2da3ceba9a8fcd69fe3656476fbdafcaa89b5b5a..052eafec939306f25f380a26085d339910437007 100644 (file)
@@ -1325,6 +1325,7 @@ static int dav_fs_do_refresh(dav_lock_discovery *dp,
         {
             dp->f.timeout = new_time;
             dirty = 1;
+            break;
         }
     }