Skip to content

Commit

Permalink
Rename hash_questions.c, for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkelley committed Jun 8, 2021
1 parent 12a9aa7 commit 88a482f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ objs = cache.o rfc1035.o util.o option.o forward.o network.o \
dhcp-common.o outpacket.o radv.o slaac.o auth.o ipset.o \
domain.o dnssec.o blockdata.o tables.o loop.o inotify.o \
poll.o rrfilter.o edns0.o arp.o crypto.o dump.o ubus.o \
metrics.o hash_questions.o domain-match.o
metrics.o hash-questions.o domain-match.o

hdrs = dnsmasq.h config.h dhcp-protocol.h dhcp6-protocol.h \
dns-protocol.h radv-protocol.h ip6addr.h metrics.h
Expand Down
2 changes: 1 addition & 1 deletion bld/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c \
radv.c slaac.c auth.c ipset.c domain.c \
dnssec.c dnssec-openssl.c blockdata.c tables.c \
loop.c inotify.c poll.c rrfilter.c edns0.c arp.c \
crypto.c dump.c ubus.c metrics.c hash_questions.c \
crypto.c dump.c ubus.c metrics.c hash-questions.c \
domain-match.c

LOCAL_MODULE := dnsmasq
Expand Down
File renamed without changes.

0 comments on commit 88a482f

Please sign in to comment.