diff options
author | Christian Pointner <equinox@anytun.org> | 2009-01-18 23:31:33 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-01-18 23:31:33 +0000 |
commit | a39dd07546ab48648021f03e87b2831ffaf50df8 (patch) | |
tree | 788b8db0b2dd4162318084739b863412b7a73612 /src/sysexec.hpp | |
parent | doing replay protection before learning remote host (diff) |
some cleanup
Diffstat (limited to 'src/sysexec.hpp')
-rw-r--r-- | src/sysexec.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysexec.hpp b/src/sysexec.hpp index 91b102f..f2d5d35 100644 --- a/src/sysexec.hpp +++ b/src/sysexec.hpp @@ -31,7 +31,7 @@ #ifndef _SYSEXEC_HPP #define _SYSEXEC_HPP -#ifndef NOEXEC +#ifndef NO_EXEC int execScript(std::string const& script, std::string const& ifname) { |