# HG changeset patch # User rosfran # Date 1171057415 0 # Node ID eb7372f7a97217276bc662e2fbab40a506403a82 # Parent c9134ac4505438924ef44f10a1e25439b4ec3637 [svn r350] Changed criteria to move to next program chain. diff -r c9134ac45054 -r eb7372f7a972 gmyth/src/gmyth_file_transfer.c --- a/gmyth/src/gmyth_file_transfer.c Fri Feb 09 21:30:05 2007 +0000 +++ b/gmyth/src/gmyth_file_transfer.c Fri Feb 09 21:43:35 2007 +0000 @@ -623,7 +623,7 @@ strlist = NULL; } - if ( bytes_sent == 0 || max_tries == 0 ) + if ( bytes_sent == 0 && max_tries == 0 ) { gmyth_debug( "Trying to move to the next program chain..." ); transfer->priv = GMYTH_FILE_TRANSFER_GET_PRIVATE(transfer);