Searched refs:lock_path (Results 1 – 1 of 1) sorted by relevance
670 char *lock_path; in unlink_lock_file() local673 if (asprintf(&lock_path, "%s-lock", path) < 0) in unlink_lock_file()675 st = unlink(lock_path); in unlink_lock_file()677 k5_prependmsg(context, st, _("Could not unlink %s"), lock_path); in unlink_lock_file()678 free(lock_path); in unlink_lock_file()