From e231d08a6ef3d9186ada8815d375f1469fd6ba8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 19 Mar 2012 14:41:48 +0000 Subject: [PATCH] user_clause not used in the end. Cleaning up. --- org.glite.lb.server/src/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.server/src/notification.c b/org.glite.lb.server/src/notification.c index bea9dc0..d832289 100644 --- a/org.glite.lb.server/src/notification.c +++ b/org.glite.lb.server/src/notification.c @@ -626,7 +626,7 @@ static int check_notif_request( int allowRoot) { char *nid_s = NULL, - *user_clause = NULL, *can_peername = NULL, + *can_peername = NULL, *stmt = NULL, *user, *dest = NULL; int ret; glite_lbu_Statement s = NULL; -- 1.8.2.3