diff options
author | Chris Hall <chris.hall@highwayman.com> | 2010-12-21 11:47:55 +0000 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2010-12-21 11:47:55 +0000 |
commit | 5cffb8de373bbd19c9db36239cf41951e266953e (patch) | |
tree | 42318e7979acc96376cd1c4fe8ffd3dbcdd413ce /configure.ac | |
parent | d475a0f198f880595eb27e44008e5de3aad25d73 (diff) | |
download | quagga-ex09.tar.bz2 quagga-ex09.tar.xz |
ex09: Fix "no ip community-list"ex09
"no ip community-list" leaves a named list with NULL value, and
some operations did not check for that NULL value.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3c97768..61afe05d 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.15ex08, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.15ex09, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) |