From 7c1bd94231cd75222dd4e15b14353dd24a0e63bf Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 17 Dec 2008 21:29:30 +0000 Subject: Fix the build git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_realtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') 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: -- cgit v1.2.3