From c86b43ccab30c2ec42e93c6c0497e3fb5cfb794c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 11 Nov 2004 16:44:44 +0000 Subject: [PATCH] *** empty log message *** --- org.glite.lb.client/src/notification.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.glite.lb.client/src/notification.c b/org.glite.lb.client/src/notification.c index 72ee5bb..4cd2a61 100644 --- a/org.glite.lb.client/src/notification.c +++ b/org.glite.lb.client/src/notification.c @@ -880,12 +880,11 @@ select: goto err; } - if ( id_out ) { + if (id_out) { *id_out = event->notification.notifId; event->notification.notifId = NULL; } - err: if (event) { edg_wll_FreeEvent(event); -- 1.8.2.3