summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/common.c
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@localhost.localdomain>2008-04-24 14:00:42 -0400
committerWilliam Cohen <wcohen@localhost.localdomain>2008-04-24 14:00:42 -0400
commitef2ac8240b1e6f018c8f335f548f8dbb294ecebf (patch)
tree3a464c3da114824fdc45b888d206b0378bc46a0e /runtime/staprun/common.c
parent5d78de141c80af91827328fe57887414889121e2 (diff)
parentfe44e686c32ccb684bd5ec6df57aed00532fc024 (diff)
downloadsystemtap-steved-ef2ac8240b1e6f018c8f335f548f8dbb294ecebf.tar.gz
systemtap-steved-ef2ac8240b1e6f018c8f335f548f8dbb294ecebf.tar.xz
systemtap-steved-ef2ac8240b1e6f018c8f335f548f8dbb294ecebf.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/common.c')
-rw-r--r--runtime/staprun/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/common.c b/runtime/staprun/common.c
index f8fc418c..b716d27f 100644
--- a/runtime/staprun/common.c
+++ b/runtime/staprun/common.c
@@ -31,7 +31,7 @@ char *modname = NULL;
char *modpath = "";
char *modoptions[MAXMODOPTIONS];
-int control_channel = 0;
+int control_channel = -1; /* NB: fd==0 possible */
void parse_args(int argc, char **argv)
{