src/webdav.c [894:902]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int ret; if (!initialized) { ret = dav_init_connection(path); if (ret) return ret; } if (!locks) { *expire = 0; return 0; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/webdav.c [1239:1247]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int ret; if (!initialized) { ret = dav_init_connection(path); if (ret) return ret; } if (!locks) { *expire = 0; return 0; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -