src/cache.c [922:929]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (get_child(parent, name)) return EEXIST; struct passwd *pw = getpwuid(uid); if (!pw) return EINVAL; char *name_conv = dav_conv_to_server_enc(name); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/cache.c [1065:1072]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (get_child(parent, name)) return EEXIST; struct passwd *pw = getpwuid(uid); if (!pw) return EINVAL; char *name_conv = dav_conv_to_server_enc(name); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -