commit | 42053f4e3a0bb8d4e2df7c9d626629cc14dfc285 | [log] [tgz] |
---|---|---|
author | paul <paul> | Wed Aug 13 02:54:44 2003 +0000 |
committer | paul <paul> | Wed Aug 13 02:54:44 2003 +0000 |
tree | 68e2d21637f3e61b7ab3bf6cf4cebe69063fdaaf | |
parent | 73aafda016906e049013d1bade9bbc173204d5e0 [diff] [blame] |
2003-08-13 Paul Jakma <paul@dishone.st> * lib/version.h: Add QUAGGA_PROGNAME * lib/smux.c: hardcoded zebra/quagga -> QUAGGA_PROGNAME * lib/command.c: ditto * vtysh/vtysh_user.c: ditto
diff --git a/lib/smux.c b/lib/smux.c index 2062b87..ddb8bfe 100644 --- a/lib/smux.c +++ b/lib/smux.c
@@ -952,7 +952,7 @@ u_char *ptr; int len; u_long version; - u_char progname[] = "quagga-" QUAGGA_VERSION; + u_char progname[] = QUAGGA_PROGNAME "-" QUAGGA_VERSION; if (debug_smux) {