fix commit 5567e7c7e05f2cda8e2f82d97b4054c5729fb933

This commit is contained in:
Thomas Bernard 2021-06-18 00:31:27 +02:00
parent 5567e7c7e0
commit 7fcbcd35b9
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
2 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,7 @@ CPPFLAGS += -DMINIUPNPD_GIT_REF=\"$(GITREF)\"
STDOBJS = miniupnpd.o upnphttp.o upnpdescgen.o upnpsoap.o \
upnpredirect.o getifaddr.o daemonize.o upnpglobalvars.o \
options.o upnppermissions.o minissdp.o natpmp.o pcpserver.o \
pcplearndscp.o \
upnpevents.o upnputils.o getconnstatus.o \
upnpstun.o \
upnppinhole.o asyncsendto.o portinuse.o
@ -229,7 +230,7 @@ testssdppktgen: testssdppktgen.o
# BSDmake :
# $(CC) $(CFLAGS) -o $@ $>
config.h: $(SRCDIR)/configure $(SRCDIR)/VERSION
config.h: $(SRCDIR)/configure $(SRCDIR)/VERSION $(SRCDIR)/Makefile.bsd
$(SRCDIR)/configure $(CONFIG_OPTIONS)
$(STDOBJS) $(MISCOBJS): $(SRCDIR)/$(@:.o=.c)

View File

@ -201,7 +201,7 @@ readoptionsfile(const char * fname, int debug_flag)
{
dscp_values_list = tmp;
/* parse the rule */
if(read_learn_dscp_line(dscp_values_list + num_dscp_values, name) >= 0)
if(read_learn_dscp_line(dscp_values_list + num_dscp_values, name, debug_flag) >= 0)
{
num_dscp_values++;
}