[mod_webdav] update rc for PROPFIND allprop

(rc currently ignored in case of PROPFIND allprop)
personal/stbuehler/ci-build
Glenn Strauss 2020-07-10 21:34:44 -04:00
parent 10b7aedcdb
commit 50ddc8108b
1 changed files with 1 additions and 0 deletions

View File

@ -3141,6 +3141,7 @@ webdav_propfind_live_props (const webdav_propfind_bufs * const restrict pb,
__attribute_fallthrough__
#endif
default: /* WEBDAV_PROP_UNSET */
if (pnum == WEBDAV_PROP_ALL) break;
return -1; /* not found */
}
return 0; /* found (WEBDAV_PROP_ALL) */