From a4ed33c13f66a0d501d39ec76d2691fec8912945 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 7 Dec 1988 18:45:55 +0000 Subject: [PATCH] add server name to sms_conect call --- clients/blanche/blanche.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/blanche/blanche.c b/clients/blanche/blanche.c index 461c8998..afb0f454 100644 --- a/clients/blanche/blanche.c +++ b/clients/blanche/blanche.c @@ -143,7 +143,7 @@ char **argv; memberflg++; /* fire up SMS */ - if (status = sms_connect()) { + if (status = sms_connect(SMS_SERVER)) { com_err(whoami, status, " unable to connect to SMS"); exit(2); } -- 2.45.1