Skip to content

resolver-conf: one small tweak for Python3.9

Josef Schlehofer requested to merge bugfix/warning-dhcp_resolver-conf into develop

Fixes: #781 (closed)

/etc/resolver/dhcp_host_domain_ng.py:50: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if output is "syslog":

Tested on router and the warning is gone.

Merge request reports