diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-12-04 17:45:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-04 17:45:05 -0500 |
| commit | d17ea5225bb520a94af1b149c26e1807b929ebf1 (patch) | |
| tree | f8a109eefae935dc2bc5a117ea167087b415dc55 /lib/plist.c | |
| parent | 50a0033c24ec12e2e327d01863f7956672236b0c (diff) | |
| parent | 2e4c22961689fb7ddb973cac9c5cf930d5b7d85f (diff) | |
Merge pull request #1518 from opensourcerouting/clippy-issues
*: make clippy usage more consistent
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c index 3c491d6a3b..a95749cf0e 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -1321,7 +1321,7 @@ static int vty_clear_prefix_list(struct vty *vty, afi_t afi, const char *name, } #ifndef VTYSH_EXTRACT_PL -#include "plist_clippy.c" +#include "lib/plist_clippy.c" #endif DEFPY (ip_prefix_list, |
