MFC 1.25:
Initialize variable. Found with: Coverity Prevent(tm)
This commit is contained in:
parent
3920cf9b74
commit
8ee060690d
@ -329,12 +329,12 @@ static int
|
||||
ngfrm_rcvdata(hook_p hook, item_p item)
|
||||
{
|
||||
struct ctxinfo *const ctxp = NG_HOOK_PRIVATE(hook);
|
||||
struct mbuf *m = NULL;
|
||||
int error = 0;
|
||||
int dlci;
|
||||
sc_p sc;
|
||||
int alen;
|
||||
char *data;
|
||||
struct mbuf *m;
|
||||
|
||||
/* Data doesn't come in from just anywhere (e.g debug hook) */
|
||||
if (ctxp == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user