ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/ihost.c
(Generate patch)

Comparing projects/cms/source/ihost/ihost.c (file contents):
Revision 1.34 by tdb, Sun Mar 9 00:21:22 2003 UTC vs.
Revision 1.35 by pajs, Sun Mar 9 21:04:20 2003 UTC

# Line 293 | Line 293 | int ihost_getconfig(ihost_state_t *ihost_state){
293          time_t config_ttl=0;
294  
295          if((tcp_con=create_tcp_connection(ihost_state->filtermanager_host, ihost_state->filtermanager_port))==NULL){
296 <                goto error;
296 >                return -1;
297          }
298  
299          if(ihost_state->file_list!=NULL || ihost_state->last_modified!=NULL){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines