summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a25b98d)
raw | patch | inline | side by side (parent: a25b98d)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Tue, 12 Jun 2007 07:13:02 +0000 (07:13 +0000) | ||
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Tue, 12 Jun 2007 07:13:02 +0000 (07:13 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c
plugins/popen.c | patch | blob | history |
diff --git a/plugins/popen.c b/plugins/popen.c
index a7e6f9b2f238c202297c95256f5287f530e47059..45d2a3dc937e19345e4da5605465660f683c6673 100644 (file)
--- a/plugins/popen.c
+++ b/plugins/popen.c
cmd = NULL;
argv[i++] = str;
- printf("arg no.%i: %s\n",i,str);
}
argv[i] = NULL;