mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
One final fix in the 1.6.1 release only; some variables the compiler
worries "may not be initialized". git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@174438 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14680,7 +14680,7 @@ static int rpt_manager_do_stats(struct mansession *s, const struct message *m, c
|
||||
|
||||
if(myrpt->remote){ /* Remote base ? */
|
||||
char *loginuser, *loginlevel, *freq, *rxpl, *txpl, *modestr;
|
||||
char offset,powerlevel,rxplon,txplon,remoteon,remmode,reportfmstuff;
|
||||
char offset = 0, powerlevel = 0, rxplon = 0, txplon = 0, remoteon, remmode = 0, reportfmstuff;
|
||||
char offsetc,powerlevelc;
|
||||
|
||||
loginuser = loginlevel = freq = rxpl = txpl = NULL;
|
||||
|
||||
Reference in New Issue
Block a user