Searched refs:cur_chroot (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-storage-service.c566 const char *cur_chroot, *error; local
606 cur_chroot = restrict_access_get_current_chroot();
607 if (cur_chroot != NULL) {
614 if (strcmp(rset.chroot_dir, cur_chroot) != 0) {
617 "can't chroot to %s", cur_chroot, priv->chroot);

Completed in 14 milliseconds