Skip to content
Snippets Groups Projects
Commit 2176ae1a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix a race condition which would leave dnsmasq in infinite resolving recursion nirvana

SVN-Revision: 12424
parent fc8fa009
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ start() {
chown 0700 /tmp/.uci
touch /var/log/wtmp
touch /var/log/lastlog
touch /tmp/resolv.conf.auto
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment