commit | e1dd777454ec71849afe45c48245e2fe41d6add4 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sun Feb 24 14:21:49 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Sun Feb 24 14:21:49 2013 -0600 |
tree | 3ef549d70e094f9c866c626fa78cbc4fa96d762b | |
parent | 0eb8de2ce01835ea2d8c9186243953ff933fbfd4 [diff] |
nlsr_adl malloc
diff --git a/nlsr_ndn.c b/nlsr_ndn.c index 56e5065..db9c469 100644 --- a/nlsr_ndn.c +++ b/nlsr_ndn.c
@@ -352,7 +352,7 @@ - struct name_prefix *nbr=(struct name_prefix * )malloc(sizeof(struct name_prefix *)); + struct name_prefix *nbr=(struct name_prefix * )malloc(sizeof(struct name_prefix)); get_lsa_identifier(nbr,selfp,info,-1); if ( nlsr->debugging )