git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165326
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
confno, "startTime<= ", currenttime,
"endtime>= ", currenttime, NULL);
- origvar = var;
+ orig_var = var;
/* Identify the specific RealTime conference */
while (var) {
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: