aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 17:55:41 +0000
committerbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-18 17:55:41 +0000
commitb2c8abebab9dabc695aabc02f41dbd6291e32a12 (patch)
treebb2f96c0f4125fa612cb474954b7f1bd24b7c80d /cdr
parente92f9719fe71674f2cfcfb0ce39426e13e786403 (diff)
Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use
the same keyword as the other files (patch by eliel). (closes issue #13104) Reported by: eliel Patches: revision.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@132050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-rw-r--r--cdr/cdr_radius.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdr/cdr_radius.c b/cdr/cdr_radius.c
index 3f0b2c9f2..c2e4d4cf9 100644
--- a/cdr/cdr_radius.c
+++ b/cdr/cdr_radius.c
@@ -32,7 +32,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Rev$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <time.h>
#include <radiusclient-ng.h>