From baaaec002998eba29b7771fcbbb76cacaae97d5c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Thu, 12 Jan 2023 20:34:23 +0900 Subject: [PATCH] Allow writeLocalCookie even when no_rc_dir --- local.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/local.c b/local.c index a0a5c40..d95e192 100644 --- a/local.c +++ b/local.c @@ -32,8 +32,6 @@ writeLocalCookie() { FILE *f; - if (no_rc_dir) - return; if (Local_cookie_file) return; Local_cookie_file = tmpfname(TMPF_COOKIE, NULL)->ptr;