X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forward_api_calls.c;h=9e2d2bb58a0fc9963013e28a173562c4a010c26d;hb=ecee05390277f57b02d21ffca0195292bde1defa;hp=fe918a84b5af178d1ca4e64d7014aa481b335d2d;hpb=8e5f21201476644eaebbd8d12f7b5cbe68ee6fcf;p=nodemanager.git diff --git a/forward_api_calls.c b/forward_api_calls.c index fe918a8..9e2d2bb 100644 --- a/forward_api_calls.c +++ b/forward_api_calls.c @@ -1,4 +1,5 @@ -/* forward_api_calls.c: forward XMLRPC calls to the Node Manager +/* + * forward_api_calls.c: forward XMLRPC calls to the Node Manager * Used as a shell, this code works in tandem with sshd * to allow authenticated remote access to a localhost-only service. * @@ -14,7 +15,7 @@ */ static const int TIMEOUT_SECS = 120; -const char *API_addr = "/tmp/sliver_mgr.api"; +const char *API_addr = "/tmp/nodemanager.api"; static const char *Header = "POST / HTTP/1.0\r\n"