From 01066643f050fb048e87e428a67b9c515c8e4a80 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 21 Jun 2007 04:29:40 +0000 Subject: *** empty log message *** --- runtime/staprun/relay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/staprun/relay.c') 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++) { -- cgit