X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.c;h=5486504641b6ded5fa94dae6b5506be66a07ba0c;hb=refs%2Fheads%2Flts-1.0a;hp=cb2f8c206a4d9d1f5904d6700af0c7970e992b88;hpb=d4db8309c5f22e1fb0201c67b2bf044f652332b7;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)