diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-05-28 09:14:07 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-05-28 09:14:07 -0700 |
commit | 8583ab7c9aaff066a45e477c9c25d921a02ce923 (patch) | |
tree | 49ce4f55e6778859ca8ab064d9c4e66ca567776e /lib | |
parent | 6e69833249b701330913d80bd9b3c7c991ee61d5 (diff) | |
download | quagga-8583ab7c9aaff066a45e477c9c25d921a02ce923.tar.bz2 quagga-8583ab7c9aaff066a45e477c9c25d921a02ce923.tar.xz |
Handle empty auth string properly
Compiler warned about dubious code where test was:
char auth_str[];
...
if (!auth_str)
return 0;
Looks like what was meant was testing for empty auth
string.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions