From 82395a5ee055d18799fc994440868f3035e027d7 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Tue, 21 Aug 2001 05:51:12 +0000 Subject: [PATCH] Use #define for Billable status. --- server/qaccess.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/qaccess.pc b/server/qaccess.pc index a811beb2..21fcf196 100644 --- a/server/qaccess.pc +++ b/server/qaccess.pc @@ -452,7 +452,7 @@ int access_host(struct query *q, char *argv[], client *cl) if (q->version >= 8) { - if (subnet_status == 1) /* status 1 == Billable */ + if (subnet_status == SNET_STATUS_BILLABLE) { account_number = argv[7]; EXEC SQL SELECT account_number FROM accountnumbers -- 2.45.2