Skip to content
Snippets Groups Projects
Unverified Commit 34e3e186 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #29 from itewk/patch-1

ipadiscovery.py - fix typo of timconf to timeconf
parents 3e455752 d6ff55d8
No related branches found
No related tags found
No related merge requests found
...@@ -515,7 +515,7 @@ def main(): ...@@ -515,7 +515,7 @@ def main():
synced_ntp = False synced_ntp = False
# use user specified NTP servers if there are any # use user specified NTP servers if there are any
for s in ntp_servers: for s in ntp_servers:
synced_ntp = timconf.synconce_ntp(s, False) synced_ntp = timeconf.synconce_ntp(s, False)
if synced_ntp: if synced_ntp:
break break
if not synced_ntp and not ntp_servers: if not synced_ntp and not ntp_servers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment