### Eclipse Workspace Patch 1.0
#P scmbugg
Index: src/lib/product/Daemon/Process.pm.in
===================================================================
RCS file: /projects/scmbug/cvsroot/system/src/lib/product/Daemon/Process.pm.in,v
retrieving revision 1.8
diff -u -r1.8 Process.pm.in
--- src/lib/product/Daemon/Process.pm.in	11 Nov 2007 20:41:07 -0000	1.8
+++ src/lib/product/Daemon/Process.pm.in	26 Dec 2007 07:05:07 -0000
@@ -190,7 +190,7 @@
 	    $resolutions_state_counter = 2;
 	} elsif ( $resolutions_state_counter == 2) {
 	    $request->{ resolution_ids } ->{ $resolution_id }->{ resolution } = $line;
-	    $resolutions_state_counter = 0;
+	    $resolutions_state_counter = 3;
 	} elsif ( $resolutions_state_counter == 3) {
 	    $request->{ resolution_ids } ->{ $resolution_id }->{ resolution_data } = $line;
 	    $resolutions_state_counter = 0;
