From e47fc8b757878ed5303f4260ce4c710e604ab8b4 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 12 Sep 2008 14:44:49 +0000 Subject: [PATCH] Lowercase the new hostname in asChangeClient() --- src/as/asLibRoutines.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/as/asLibRoutines.c b/src/as/asLibRoutines.c index e2297663f..c620a5c4b 100644 --- a/src/as/asLibRoutines.c +++ b/src/as/asLibRoutines.c @@ -360,9 +360,13 @@ long epicsShareAPI asChangeClient( { ASGCLIENT *pasgclient = asClientPvt; long status; + int ind; if(!asActive) return(S_asLib_asNotActive); if(!pasgclient) return(S_asLib_badClient); + for(ind=0; indlevel = asl; pasgclient->user = user;