From d9de77083294d3c9f7b5f3d24750691f9df82696 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Wed, 10 Jan 2007 20:09:45 +0000 Subject: [PATCH] Be strict Leigh, be strict! --- db/libdb.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/libdb.pm.in b/db/libdb.pm.in index b82cea3005..cdac48ed35 100644 --- a/db/libdb.pm.in +++ b/db/libdb.pm.in @@ -929,7 +929,7 @@ sub TBGrpTrust($$$) # # Must be a member of the group. # - $query_result = + my $query_result = DBQueryFatal("select trust from group_membership ". "where uid_idx='$uid_idx' and pid='$pid' and gid='$gid'"); -- GitLab