X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.c;h=5486504641b6ded5fa94dae6b5506be66a07ba0c;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=cb2f8c206a4d9d1f5904d6700af0c7970e992b88;hpb=90a249dc93ccabd398b64092121b07e5af2d8c2d;p=sliver-openvswitch.git diff --git a/lib/daemon.c b/lib/daemon.c index cb2f8c206..548650464 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -59,7 +59,7 @@ static bool monitor; /* Returns the file name that would be used for a pidfile if 'name' were * provided to set_pidfile(). The caller must free the returned string. */ char * -make_pidfile_name(const char *name) +make_pidfile_name(const char *name) { return (!name ? xasprintf("%s/%s.pid", ovs_rundir, program_name)