Skip to content
Snippets Groups Projects
Unverified Commit d6ff55d8 authored by Ian Tewksbury's avatar Ian Tewksbury Committed by GitHub
Browse files

ipadiscovery.py - fix typo of timconf to timeconf

parent 3e455752
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ def main():
synced_ntp = False
# use user specified NTP servers if there are any
for s in ntp_servers:
synced_ntp = timconf.synconce_ntp(s, False)
synced_ntp = timeconf.synconce_ntp(s, False)
if synced_ntp:
break
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