Skip to content
Snippets Groups Projects
Commit cb9cfa22 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

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().
parent 74c7fd63
Branches
Tags
No related merge requests found
......@@ -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";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment