[svn r463] removed unused variable max_tries trunk
authorleo_sobral
Tue Mar 27 16:01:57 2007 +0100 (2007-03-27)
branchtrunk
changeset 458e7e73f8e7e4b
parent 457 4a65804a0a5f
child 459 edaab488eaeb
[svn r463] removed unused variable max_tries
gmyth/src/gmyth_file_transfer.c
     1.1 --- a/gmyth/src/gmyth_file_transfer.c	Tue Mar 27 16:01:23 2007 +0100
     1.2 +++ b/gmyth/src/gmyth_file_transfer.c	Tue Mar 27 16:01:57 2007 +0100
     1.3 @@ -652,7 +652,8 @@
     1.4  
     1.5    GIOCondition io_cond;
     1.6    GIOCondition io_cond_control;
     1.7 -  GIOStatus io_status = G_IO_STATUS_NORMAL, io_status_control = G_IO_STATUS_NORMAL;
     1.8 +  GIOStatus io_status = G_IO_STATUS_NORMAL;
     1.9 +  GIOStatus io_status_control = G_IO_STATUS_NORMAL;
    1.10    
    1.11    gboolean ret = TRUE;
    1.12  
    1.13 @@ -756,7 +757,7 @@
    1.14  
    1.15    } /* while - iterates through bytes until reaches the end of stream */
    1.16  
    1.17 -  if (read_unlimited && (bytes_sent == 0) && (max_tries == 0) ) {
    1.18 +  if (read_unlimited && (bytes_sent == 0)) {
    1.19  		gmyth_debug( "Trying to move to the next program chain..." );
    1.20  		transfer->priv = GMYTH_FILE_TRANSFER_GET_PRIVATE(transfer);
    1.21