ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit 0a1e01c699f2d7a722c7f9f4618aad576f6fea1f
parent 10943470989f2c0c1e7c037a3de7b7d699d64172
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 11 Sep 2006 13:30:41 +0000

woops, missed one USE_DROPPRIVS wrapper

Diffstat:
Mngrep.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ngrep.c b/ngrep.c @@ -592,7 +592,7 @@ int main(int argc, char **argv) { win32_initwinsock(); #endif -#if !defined(_WIN32) +#if !defined(_WIN32) && USE_DROPPRIVS drop_privs(); #endif