*** empty log message ***
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 11 Nov 2004 16:44:44 +0000 (16:44 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 11 Nov 2004 16:44:44 +0000 (16:44 +0000)
org.glite.lb.client/src/notification.c

index 72ee5bb..4cd2a61 100644 (file)
@@ -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);