Moved ifdef to get camessage.c to build.

This commit is contained in:
Janet B. Anderson
1999-08-02 14:51:33 +00:00
parent cb152f957d
commit ce99b91956
+2 -2
View File
@@ -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;
}
}