mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
[master] Removed unused variable in absolute_path()
modified: common/print.c
This commit is contained in:
@@ -1457,7 +1457,6 @@ char *absolute_path(const char *orgpath) {
|
|||||||
char buf[PATH_MAX];
|
char buf[PATH_MAX];
|
||||||
#else
|
#else
|
||||||
char buf[2048];
|
char buf[2048];
|
||||||
int len;
|
|
||||||
#endif
|
#endif
|
||||||
errno = 0;
|
errno = 0;
|
||||||
if (realpath(orgpath, buf) == NULL) {
|
if (realpath(orgpath, buf) == NULL) {
|
||||||
|
Reference in New Issue
Block a user