From cb9cfa2205cf652169799fa80dea126eb33ccb69 Mon Sep 17 00:00:00 2001 From: Steven Murray <steven.murray@cern.ch> Date: Tue, 25 Mar 2014 08:52:43 +0100 Subject: [PATCH] tapeserverd now connects to the vdqm With this commit tapeserverd connects to the vdqm using Cgethostbyname(). It is planned to replace this use of Cgethostbyname() by getAddrInfo(). --- mediachanger/castorrmc/common/serror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediachanger/castorrmc/common/serror.c b/mediachanger/castorrmc/common/serror.c index 595c8d25f0..200aa72314 100644 --- a/mediachanger/castorrmc/common/serror.c +++ b/mediachanger/castorrmc/common/serror.c @@ -628,7 +628,7 @@ const char *sstrerror(const int n) { if(Cglobals_get(&sstrerror_key, &buf, buflen)) { return "Unknown error" - ": No thread specific memory to determine error string" + ": No thread specific memory for error string" ": Cglobals_get() failed"; } -- GitLab