From 3a802820e8d1b158bba62c36222b77060dca5a31 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 10 Sep 2007 23:43:08 +0000 Subject: [PATCH] MFB: Fixed Bug #42596 (session.save_path MODE option does not work). --- ext/session/mod_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index f9d8f227fd..9117805756 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -310,7 +310,7 @@ PS_OPEN_FUNC(files) argv[argc++] = last; last = ++p; p = strchr(p, ';'); - if (argc > 1) break; + if (argc > 2) break; } argv[argc++] = last; -- 2.50.1