summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2008-05-28 10:42:27 +0000
committerivan <ivan>2008-05-28 10:42:27 +0000
commit4999fc571382b56e038aa2fce5e9424fe7e9cf4c (patch)
treebe8361a0cc82ce05d136cac0e95941b0bde4eac6 /htetc
parent484e9cb891ba36b2ca4ec63575602d4434b13545 (diff)
mailgate realiability fix: don't bomb out when FS dbdef hasn't been initialized yet
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index a4517e66a..82a0d7abd 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -300,7 +300,10 @@ sub handler
} elsif ( $HTML::Mason::r->filename =~ /\/rt\/REST\/.*NoAuth/ ) {
#need to log somebody in for the mail gw
- #&adminsuidsetup('fs_selfservice'); #old installs w/'fs_selfserv'??
+
+ ##old installs w/fs_selfs or selfserv??
+ #&adminsuidsetup('fs_selfservice');
+
&adminsuidsetup('fs_queue');
}