]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Compiler warning fix.
authorhasso <hasso>
Sun, 26 Sep 2004 16:25:07 +0000 (16:25 +0000)
committerhasso <hasso>
Sun, 26 Sep 2004 16:25:07 +0000 (16:25 +0000)
vtysh/ChangeLog
vtysh/vtysh.c

index 1156afcd2d40001f3b7929608503c5e52b6c0fc7..bca51bbc28cbf54c9a2cd848212e62ebd0b9504b 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-26 Hasso Tepper <hasso at quagga.net>
+
+       * vtysh.c: Fix compiler warning.
+
 2004-09-17 Paul Jakma <paul@dishone.st>
 
        * vtysh.c: (vtysh_client_execute) trailling NULLs can be arbitrarily
index b50424af15e7ee5f9fdf0f568e33ed450140ea05..ba49edee98eaf7d4760abb4489019522d0411bfc 100644 (file)
@@ -779,7 +779,7 @@ DEFUNSH (VTYSH_ALL,
         "end",
         "End current mode and down to previous mode\n")
 {
-  return vtysh_end (vty);
+  return vtysh_end ();
 }
 
 DEFUNSH (VTYSH_BGPD,