diff options
author | hunt <hunt> | 2007-06-21 04:29:40 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-06-21 04:29:40 +0000 |
commit | 01066643f050fb048e87e428a67b9c515c8e4a80 (patch) | |
tree | 44a724abb57ca88b3caa3a31a731c6fecaa4b5f6 /runtime/staprun/relay.c | |
parent | cb7f0d1a2afef80d045efd2150ba3721efd84c47 (diff) | |
download | systemtap-steved-01066643f050fb048e87e428a67b9c515c8e4a80.tar.gz systemtap-steved-01066643f050fb048e87e428a67b9c515c8e4a80.tar.xz systemtap-steved-01066643f050fb048e87e428a67b9c515c8e4a80.zip |
*** empty log message ***
Diffstat (limited to 'runtime/staprun/relay.c')
-rw-r--r-- | runtime/staprun/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/relay.c b/runtime/staprun/relay.c index 449dbcf5..e09147da 100644 --- a/runtime/staprun/relay.c +++ b/runtime/staprun/relay.c @@ -136,7 +136,7 @@ int init_relayfs(void) return -1; } - if (send_request(STP_BULK, buf, sizeof(buf)) < 0) + if (send_request(STP_BULK, buf, sizeof(buf)) > 0) bulkmode = 1; for (i = 0; i < NR_CPUS; i++) { |