2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

[master] Removed unused variable in absolute_path()

modified:   common/print.c
This commit is contained in:
Thomas Markwalder
2018-01-12 11:02:48 -05:00
parent db4e4aa2e4
commit 4832901d6c

View File

@@ -1457,7 +1457,6 @@ char *absolute_path(const char *orgpath) {
char buf[PATH_MAX];
#else
char buf[2048];
int len;
#endif
errno = 0;
if (realpath(orgpath, buf) == NULL) {