diff options
-rw-r--r-- | lib/smux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -952,7 +952,7 @@ smux_open (int sock) u_char *ptr; int len; u_long version; - u_char progname[] = "zebra-" QUAGGA_VERSION; + u_char progname[] = "quagga-" QUAGGA_VERSION; if (debug_smux) { |