From: Ian Jackson Date: Fri, 30 Apr 2010 23:36:58 +0000 (+0100) Subject: fix prod/next thing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5c611f214314f05eccb084d53fdefcee9459bc9d;p=inn-innduct.git fix prod/next thing --- 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)