gmyth/src/gmyth_backendinfo.c
branchtrunk
changeset 279 5a224299ab37
parent 275 d2192075f563
child 280 e5199e48abec
     1.1 --- a/gmyth/src/gmyth_backendinfo.c	Thu Jan 18 20:51:59 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_backendinfo.c	Fri Jan 19 18:05:58 2007 +0000
     1.3 @@ -143,7 +143,6 @@
     1.4      if ( NULL == hostname || strlen(hostname) <= 0 )
     1.5      { 
     1.6  	  	gmyth_debug ( "Error trying to set a hostname equals to NULL." );
     1.7 -  		return NULL;
     1.8      } else {    	
     1.9      	backend_info->hostname = g_strdup (hostname);
    1.10      }
    1.11 @@ -181,7 +180,6 @@
    1.12      if ( port <= 0 )
    1.13      { 
    1.14  	  	gmyth_debug ( "Error trying to set a hostname equals to NULL (it doesn't using UPnP)." );
    1.15 -  		return NULL;
    1.16      } else {    	
    1.17      	backend_info->port = port;
    1.18      }