mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-22 04:09:13 +00:00
fix commit 5567e7c7e05f2cda8e2f82d97b4054c5729fb933
This commit is contained in:
parent
5567e7c7e0
commit
7fcbcd35b9
@ -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)
|
||||
|
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user