commit | 56b3ea09bb613b066824c03290a58f8f2dfae9fd | [log] [tgz] |
---|---|---|
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | Wed Mar 14 20:21:43 2007 +0000 |
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | Wed Mar 14 20:21:43 2007 +0000 |
tree | 26e0c5c3bbadfc48cba91584c21e06c971e68d31 | |
parent | c136d24406b62510a8c7a3c89e7716d0819e8fc2 [diff] |
[ospfd] Fix two debug messages that used inet_ntoa more than once 2007-03-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ospf_zebra.c: (ospf_zebra_add, ospf_zebra_delete) Fix bug where inet_ntoa was used twice in the same debug message, which doesn't work because there's a single shared buffer for the returned string. The fix is to use inet_ntop.