From 5df7029a49abf222832b8513bdb0c6ae16a3387d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Jan 2013 18:48:05 +0000 Subject: [PATCH] restore umask --- cgi-auth-flexible.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index fb161cc..a959cba 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -270,6 +270,7 @@ sub _dbopen ($) { RaiseError => 1, ShowErrorStatement => 1, }); + umask $u; die "$dsn $! ?" unless $dbh; } $v->{Dbh} = $dbh; -- 2.30.2