aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:29:30 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:29:30 +0000
commitdc62f1668393238ed9a8c3d14440628edcc765da (patch)
tree373379a634315818d80b1b539063ae34b38d9dd9 /res
parent28330bf37788b5546f8a15cefd958ed21edb1ee1 (diff)
Fix the build
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165326 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_realtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_realtime.c b/res/res_realtime.c
index 9be076a6b..8f99bdbd9 100644
--- a/res/res_realtime.c
+++ b/res/res_realtime.c
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *cli_realtime_load(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
#define CRL_HEADER_FORMAT "%30s %-30s\n"
- struct ast_variable *var = NULL, orig_var = NULL;
+ struct ast_variable *var = NULL, *orig_var = NULL;
switch (cmd) {
case CLI_INIT: