From deba2b5b9f1c54566dd1a57e71929c6555f84e61 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 24 Feb 2005 20:05:28 +0000 Subject: [PATCH] ugh git-svn-id: svn://svn.open-ils.org/ILS/trunk@116 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/src/libstack/osrf_system.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenSRF/src/libstack/osrf_system.c b/OpenSRF/src/libstack/osrf_system.c index ec310ee627..8a43804109 100644 --- a/OpenSRF/src/libstack/osrf_system.c +++ b/OpenSRF/src/libstack/osrf_system.c @@ -8,11 +8,13 @@ int osrf_system_bootstrap_client() { memset(buf,0,256); char* host = getenv("HOSTNAME"); sprintf(buf, "client_%s_%d", host, getpid() ); - if(client_connect( client, "system_client","jkjkasdf", buf, 10, AUTH_DIGEST )) { + + if(client_connect( client, "who","hello_you", buf, 10, AUTH_DIGEST )) { /* push ourselves into the client cache */ osrf_system_push_transport_client( client, "client" ); return 1; } + return 0; } -- 2.43.2