took the sleep out of the apachemods makefile
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@497
9efc2488-bf62-4759-914b-
345cdb29e865
info_handler("Bootstrapping system with domain %s, port %d, and unixpath %s", domain, iport, unixpath );
transport_client* client = client_init( domain, iport, unixpath, 0 );
+
char buf[256];
memset(buf,0,256);
char* host = getenv("HOSTNAME");
session->port = port;
session->server = strdup(server);
- session->unix_path = strdup(unix_path);
+ if(unix_path)
+ session->unix_path = strdup(unix_path);
+ session->unix_path = NULL;
+
session->sock_id = 0;
/* this will be handed back to us in callbacks */