nghttpx: Use nullptr instead of NULL
This commit is contained in:
parent
0d20e07436
commit
c02b1041d9
|
@ -1112,7 +1112,7 @@ int call_daemon() {
|
||||||
return _daemonize(0, 0, 0, 0);
|
return _daemonize(0, 0, 0, 0);
|
||||||
#else // !__sgi
|
#else // !__sgi
|
||||||
#ifdef HAVE_LIBSYSTEMD
|
#ifdef HAVE_LIBSYSTEMD
|
||||||
if (sd_booted() && (getenv("NOTIFY_SOCKET") != NULL)) {
|
if (sd_booted() && (getenv("NOTIFY_SOCKET") != nullptr)) {
|
||||||
LOG(NOTICE) << "Daemonising disabled under systemd";
|
LOG(NOTICE) << "Daemonising disabled under systemd";
|
||||||
chdir("/");
|
chdir("/");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue