avoid warning
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 16 Sep 2005 11:21:18 +0000 (11:21 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 16 Sep 2005 11:21:18 +0000 (11:21 +0000)
org.glite.lb.server/src/lb_plugin.c

index ae6ffb1..7c2db6d 100644 (file)
@@ -93,7 +93,7 @@ static int lb_open(void *fpctx, void *bhandle, const char *uri, void **handle) {
        char *line;
        int retval;
        edg_wll_Context     context;
-       size_t              nevents, maxnevents, i;
+       int              nevents, maxnevents, i;
        
        h = calloc(1, sizeof(lb_handle));