X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2FnullDaemon.cpp;h=8adcb50af0a5a555f10c24f957b100f0a697c4e7;hp=5c1235cfc14dab08e6a26b8370f9fa6bed61fdc2;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e 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()