summaryrefslogtreecommitdiffstats
path: root/lib/plist.c
diff options
context:
space:
mode:
authorChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-02 17:11:35 +0000
committerChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-02 17:11:35 +0000
commit8364e12dd2737cf77a4e3ead7c3d7bb9cc684010 (patch)
treebbcf4243478504ad6d5c6c9183ba7a81a8118b7a /lib/plist.c
parentdb597018b8c47208e4139b75fdcd798505695ea8 (diff)
parent1e2ad204c4c72cb3ffa73864154c96047da8cad4 (diff)
downloadquagga-8364e12dd2737cf77a4e3ead7c3d7bb9cc684010.tar.bz2
quagga-8364e12dd2737cf77a4e3ead7c3d7bb9cc684010.tar.xz
Merge branch 'pthreads' of /git/quagga.euro-ix into pthreads
Diffstat (limited to 'lib/plist.c')
-rw-r--r--lib/plist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c
index 10d5e31c..b01c48f6 100644
--- a/lib/plist.c
+++ b/lib/plist.c
@@ -1378,7 +1378,7 @@ vty_show_prefix_entry (struct vty *vty, struct prefix_list *plist,
{
/* Print the name of the protocol */
if (zlog_default)
- vty_out (vty, "%s: ", zlog_proto_names[zlog_default->protocol]);
+ vty_out (vty, "%s: ", zlog_get_proto_name(NULL));
if (dtype == normal_display)
{