X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2FsysExec.cpp;h=bf3714d3a039394479d5484e556fe19f504e30a4;hp=a69349f53bc34de2fc196ea9e47aa24c590af816;hb=ef0cacf2508418915d3f64b04003be3c13fed3cc;hpb=ece844834d2cecc028ce81ca283f5d441088580e diff --git a/src/sysExec.cpp b/src/sysExec.cpp index a69349f..bf3714d 100644 --- a/src/sysExec.cpp +++ b/src/sysExec.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. @@ -66,7 +66,7 @@ SysExec::SysExec(std::string const& script, StringVector args, StringList env) : doExec(args, env); } -int SysExec::getReturnCode() const +int SysExec::getReturnCode() const { return return_code_; }