variable initialisation
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 13 Oct 2005 12:52:46 +0000 (12:52 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 13 Oct 2005 12:52:46 +0000 (12:52 +0000)
org.glite.jp.primary/src/new_ftp_backend.c

index 407b7e2..728e0a5 100644 (file)
@@ -2089,7 +2089,7 @@ int glite_jppsbe_store_feed(
 
        memset(&err,0,sizeof err);
 
-       qlist, alist = stmt = aux = e = NULL;
+       qlist = alist = stmt = aux = e = NULL;
 
        for (i=0; feed->attrs[i]; i++) {
                char    *e;