From 5c611f214314f05eccb084d53fdefcee9459bc9d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 1 May 2010 00:36:58 +0100 Subject: [PATCH] fix prod/next thing --- backends/innduct.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/innduct.c b/backends/innduct.c index c9878f2..c518fd0 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -795,9 +795,9 @@ static const ControlCommand control_commands[]= { { "pretend flush", ccmd_setintarg, &simulate_flush }, #define POKES(cmd,func) \ - { cmd " sm", func, &sm_period_counter, 1 }, \ - { cmd " conn", func, &until_connect, 0 }, \ - { cmd " blscan", func, &until_backlog_nextscan, 0 }, + { cmd "sm", func, &sm_period_counter, 1 }, \ + { cmd "conn", func, &until_connect, 0 }, \ + { cmd "blscan", func, &until_backlog_nextscan, 0 }, POKES("prod ", ccmd_setint_period) POKES("next ", ccmd_setint) -- 2.30.2