]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/sntp.c
ahci: Support splitting of read transactions into multiple chunks
[karo-tx-uboot.git] / net / sntp.c
index 48ce07f18cdb05c5dbd7ffc99eaab9099cf5957b..5de19526e6394b213cd2204d594026d6201a5175 100644 (file)
@@ -85,7 +85,7 @@ SntpStart(void)
        debug("%s\n", __func__);
 
        NetSetTimeout(SNTP_TIMEOUT, SntpTimeout);
-       NetSetHandler(SntpHandler);
+       net_set_udp_handler(SntpHandler);
        memset(NetServerEther, 0, sizeof(NetServerEther));
 
        SntpSend();