From: Alan T. DeKok Date: Fri, 22 May 2015 13:26:25 +0000 (-0400) Subject: Use the same X-Git-Tag: release_3_0_9~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c373bf4782f4a1f88666fbf4384ba1d9b02bbd1b;p=thirdparty%2Ffreeradius-server.git Use the same --- diff --git a/src/main/conffile.c b/src/main/conffile.c index 05fefdfaa31..b3569e1cd28 100644 --- a/src/main/conffile.c +++ b/src/main/conffile.c @@ -2811,7 +2811,7 @@ int cf_file_read(CONF_SECTION *cs, char const *filename) p = strrchr(cp->value, FR_DIR_SEP); if (p) *p = '\0'; - cp->item.filename = "internal"; + cp->item.filename = ""; cp->item.lineno = -1; cf_item_add(cs, &(cp->item));