]> git.proxmox.com Git - mirror_frr.git/commit - lib/routemap.c
2005-05-23 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Mon, 23 May 2005 12:43:34 +0000 (12:43 +0000)
committerpaul <paul>
Mon, 23 May 2005 12:43:34 +0000 (12:43 +0000)
commitd4f0960cb23abc7528d7282fa08c68131eae5f93
tree8a1bc8eac474c49ca76f27971c65f74fd5a74c89
parentd5c925396629ef93cb38c2a63c3ac63911a341a6
2005-05-23 Paul Jakma <paul@dishone.st>

* routemap.c: (rmap_onmatch_goto) fix crash if 'continue' command
  is used, which does not supply an argv[0].
  this is a backport candidate /iff/ the trailing ; is removed
  from VTY_GET_INTEGER_RANGE
* vty.h: fix the VTY_GET macros, do {..} while(0) so they have
  correct function like syntax in usage.
lib/ChangeLog
lib/routemap.c
lib/vty.h