diff options
Diffstat (limited to 'proto/bfd/bfd.c')
-rw-r--r-- | proto/bfd/bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bfd/bfd.c b/proto/bfd/bfd.c index 59134a22..1ef92b18 100644 --- a/proto/bfd/bfd.c +++ b/proto/bfd/bfd.c @@ -860,7 +860,7 @@ bfd_request_free(resource *r) } static void -bfd_request_dump(resource *r) +bfd_request_dump(resource *r, unsigned indent UNUSED) { struct bfd_request *req = (struct bfd_request *) r; |