# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |