unsigned int* timelimit)
{
int res;
- struct osp_provider* p;
+ struct osp_provider* p = NULL;
char dest[OSP_NORSTR_SIZE];
*transaction = OSP_INVALID_HANDLE;
struct osp_result* result)
{
int res;
- struct osp_provider* p;
+ struct osp_provider* p = NULL;
char source[OSP_NORSTR_SIZE];
char callingnum[OSP_NORSTR_SIZE];
char callednum[OSP_NORSTR_SIZE];
struct osp_result* result)
{
int res;
- struct osp_provider* p;
+ struct osp_provider* p = NULL;
char callingnum[OSP_NORSTR_SIZE];
char callednum[OSP_NORSTR_SIZE];
char destination[OSP_NORSTR_SIZE];
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;