From 1483a738e94f791192328f4ab378b15e8efd1ea3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 13 Oct 2005 12:52:46 +0000 Subject: [PATCH] variable initialisation --- org.glite.jp.primary/src/new_ftp_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.jp.primary/src/new_ftp_backend.c b/org.glite.jp.primary/src/new_ftp_backend.c index 407b7e2..728e0a5 100644 --- a/org.glite.jp.primary/src/new_ftp_backend.c +++ b/org.glite.jp.primary/src/new_ftp_backend.c @@ -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; -- 1.8.2.3