[svn r90] Fixes to the read on "FileTransfer". trunk
authorrosfran
Thu Nov 16 21:30:58 2006 +0000 (2006-11-16)
branchtrunk
changeset 89edcd63c2ac77
parent 88 2a70ed80ed1a
child 90 f6a9705509a1
[svn r90] Fixes to the read on "FileTransfer".
gmyth/src/gmyth_file_transfer.c
     1.1 --- a/gmyth/src/gmyth_file_transfer.c	Wed Nov 15 18:11:45 2006 +0000
     1.2 +++ b/gmyth/src/gmyth_file_transfer.c	Thu Nov 16 21:30:58 2006 +0000
     1.3 @@ -920,17 +920,16 @@
     1.4  			  		{
     1.5  			  			g_print( "[%s]\t\tsent %d, which is NOT equals to requested size = %d\n\n", 
     1.6  			  						__FUNCTION__, sent, remaining );
     1.7 -			  			goto cleanup;
     1.8 +			  			break;
     1.9  		
    1.10  			  		}
    1.11  	      	} else {
    1.12 -	      		break;
    1.13 -	      		//goto cleanup;
    1.14 +	      		goto cleanup;
    1.15  	      	} // if
    1.16  	    	}
    1.17  	    }
    1.18  		} while ( found_backend_msg && --backend_msg_count > 0 );
    1.19 -		
    1.20 +
    1.21      guint count_bytes = 0;
    1.22        
    1.23      do