diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-17 20:39:41 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-11-17 20:39:41 +0000 |
| commit | 98cfd06b41622c3b0c2be8b2fa00079696f5fd0d (patch) | |
| tree | 8f5b1f50891a69df247620b0e8a02e2141e38f3b /ospf6d/ospf6_interface.c | |
| parent | 99a522c71bbeeed1442865fb53e581480fc299cc (diff) | |
lib, ospf6d: Change SECONDS_STR to be more generic
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 3d15b0b3f8..8ea4b16957 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -1381,8 +1381,7 @@ DEFUN (ipv6_ospf6_transmitdelay, IP6_STR OSPF6_STR "Link state transmit delay\n" - SECONDS_STR - ) + SECONDS_STR) { int idx_number = 3; struct ospf6_interface *oi; |
