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.31 by pajs, Tue Mar 4 10:44:36 2003 UTC vs.
Revision 1.32 by pajs, Thu Mar 6 12:01:33 2003 UTC

# Line 238 | Line 238 | int ihost_getconfig(ihost_state_t *ihost_state){
238                  }
239          
240                  if((tcp_comm(tcp_con, ihost_state->last_modified, &response, "OK"))==0){
241 <                        if((tcp_comm(tcp_con, "END", &response, "OK"))==0){
241 >                        if((tcp_comm(tcp_con, "END", &response, "OK"))!=0){
242                                  goto error;
243                          }
244                          fclose(tcp_con);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines