From ce99b919569a95851895818534d48eb276b9e51d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 2 Aug 1999 14:51:33 +0000 Subject: [PATCH] Moved ifdef to get camessage.c to build. --- src/rsrv/camessage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c index 06b8380a1..f32e15ee4 100644 --- a/src/rsrv/camessage.c +++ b/src/rsrv/camessage.c @@ -714,6 +714,7 @@ struct client *client return OK; } +#ifdef CONVERSION_REQUIRED if (mp->m_type >= NELEMENTS(cac_dbr_cvrt)) { SEND_LOCK(client); send_err( @@ -725,7 +726,6 @@ struct client *client return ERROR; } -#ifdef CONVERSION_REQUIRED /* use type as index into conversion jumptable */ (* cac_dbr_cvrt[mp->m_type]) ( mp + 1, @@ -2236,4 +2236,4 @@ int camessage( } return OK; -} \ No newline at end of file +}