From 0a657760e070f4ed307f90fa80dd39418ca19f08 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 14 Nov 2009 19:30:27 +0000 Subject: [PATCH] Fixed a (false positive) compiler warning. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1334 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/nthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 54acd1dd9..9819e6930 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -765,7 +765,7 @@ out: static void process_read_io(struct iscsi_conn *conn, int *closed) { struct iscsi_cmnd *cmnd = conn->read_cmnd; - int res; + int res = 0; TRACE_ENTRY();