X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=forward_api_calls.c;h=9e2d2bb58a0fc9963013e28a173562c4a010c26d;hb=ecee05390277f57b02d21ffca0195292bde1defa;hp=330bd3ead9ea74b172558c322ee05f9f2a9e4a6a;hpb=3224c1906c82596a86ae734181488ed14a0f0976;p=nodemanager.git diff --git a/forward_api_calls.c b/forward_api_calls.c index 330bd3e..9e2d2bb 100644 --- a/forward_api_calls.c +++ b/forward_api_calls.c @@ -1,7 +1,4 @@ /* - * $Id$ - * $URL$ - * * 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. @@ -18,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"