diff options
| author | Russ White <russ@riw.us> | 2021-03-23 11:46:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 11:46:41 -0400 |
| commit | 8baa41e571f4a741c29116b35b28a8f7dff586f7 (patch) | |
| tree | 4f33206c589ff0212557acc22402ae682612379d /lib/xref.c | |
| parent | 638fa8dd4e8b436a286ea2528448d3c94b434b3c (diff) | |
| parent | 833a54b757db3de1b32979b5561bdfef68c01964 (diff) | |
Merge pull request #8261 from opensourcerouting/log-ids
lib: output unique IDs in log messages
Diffstat (limited to 'lib/xref.c')
| -rw-r--r-- | lib/xref.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xref.c b/lib/xref.c index 40efe51363..a41f91a228 100644 --- a/lib/xref.c +++ b/lib/xref.c @@ -93,8 +93,6 @@ static void xref_add_one(const struct xref *xref) q = memrchr(filename, '/', p - filename); if (q) filename = q + 1; - else - filename = p + 1; } SHA256_Init(&sha); |
