Module: sip-router Branch: 3.1 Commit: 917c5653c33f3033f561691ca065e40003e3679a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=917c5653...
Author: Timo Reimann timo.reimann@1und1.de Committer: Timo Reimann timo.reimann@1und1.de Date: Mon Oct 10 14:55:40 2011 +0200
acc(k): Remove double #define.
Remove definition of ACC_CORE_LEN in acc.h, it's part of acc_api.h nowadays. (cherry picked from commit 49f44b0f415011d0d3b62fca179021fdf18b5fad)
---
modules_k/acc/acc.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules_k/acc/acc.h b/modules_k/acc/acc.h index 14e2db2..6a341a0 100644 --- a/modules_k/acc/acc.h +++ b/modules_k/acc/acc.h @@ -41,8 +41,6 @@ #ifndef _ACC_ACC_H_ #define _ACC_ACC_H_
-#define ACC_CORE_LEN 6 - /* leading text for a request accounted from a script */ #define ACC "ACC: " #define ACC_REQUEST ACC"request accounted: "