MFC 1.25:

Initialize variable.

  Found with:     Coverity Prevent(tm)
This commit is contained in:
glebius 2006-01-21 10:13:03 +00:00
parent 3920cf9b74
commit 8ee060690d

View File

@ -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) {