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

Comparing projects/cms/source/idar/idar.c (file contents):
Revision 1.10 by pajs, Wed Apr 2 15:41:01 2003 UTC vs.
Revision 1.12 by pajs, Thu Apr 3 10:59:28 2003 UTC

# Line 29 | Line 29
29   #include <unistd.h>
30   #include <stdlib.h>
31   #include <ukcprog.h>
32 + #include <netinet/in.h>
33   #include <netdb.h>
34  
35   #include <libxml/xmlmemory.h>
# Line 906 | Line 907 | int main(int argc, char **argv){
907          control=create_tcp_connection(servername, server_control_port);
908          if(control==NULL){
909                  errf("Failed to connect (%m)");
910 +                exit(1);
911          }
912  
913          if(argc==4){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines