mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +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];
|
||||
#else
|
||||
char buf[2048];
|
||||
int len;
|
||||
#endif
|
||||
errno = 0;
|
||||
if (realpath(orgpath, buf) == NULL) {
|
||||
|
Reference in New Issue
Block a user