From: erickson Date: Thu, 24 Feb 2005 20:05:28 +0000 (+0000) Subject: ugh X-Git-Tag: osrf_rel_2_0_1~1762 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e126021673b8f9925a809fe7920823761bf4e9c;p=OpenSRF.git ugh git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@110 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/libstack/osrf_system.c b/src/libstack/osrf_system.c index ec310ee..8a43804 100644 --- a/src/libstack/osrf_system.c +++ b/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; }