X-Git-Url: https://git.syn-net.org/debian/?a=blobdiff_plain;f=src%2FnullDaemon.cpp;h=8adcb50af0a5a555f10c24f957b100f0a697c4e7;hb=bd02a5f6be4815d46524d613f727199ca756c971;hp=5c1235cfc14dab08e6a26b8370f9fa6bed61fdc2;hpb=bf2cb4e3379948d1f2e65f2a6373cf0f8c379481;p=anytun.git diff --git a/src/nullDaemon.cpp b/src/nullDaemon.cpp index 5c1235c..8adcb50 100644 --- a/src/nullDaemon.cpp +++ b/src/nullDaemon.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. @@ -34,22 +34,22 @@ void DaemonService::initPrivs(std::string const& username, std::string const& groupname) { -// nothing here + // nothing here } void DaemonService::dropPrivs() { -// nothing here + // nothing here } void DaemonService::chroot(std::string const& chrootdir) { -// nothing here + // nothing here } void DaemonService::daemonize() { -// nothing here + // nothing here } bool DaemonService::isDaemonized()