Software /
code /
prosody
Comparison
net/dns.lua @ 2578:61e5eff54415
net.dns, net.adns: Changed dns:socket_wrapper_set to dns.socket_wrapper_set for consistency.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 10 Feb 2010 01:58:49 +0500 |
parent | 2575:8f4d69940132 |
child | 2619:04158baefa34 |
comparison
equal
deleted
inserted
replaced
2577:acb382c703e4 | 2578:61e5eff54415 |
---|---|
947 | 947 |
948 function dns.cancel(...) -- - - - - - - - - - - - - - - - - - - - - - cancel | 948 function dns.cancel(...) -- - - - - - - - - - - - - - - - - - - - - - cancel |
949 return _resolver:cancel(...); | 949 return _resolver:cancel(...); |
950 end | 950 end |
951 | 951 |
952 function dns:socket_wrapper_set(...) -- - - - - - - - - socket_wrapper_set | 952 function dns.socket_wrapper_set(...) -- - - - - - - - - socket_wrapper_set |
953 return _resolver:socket_wrapper_set(...); | 953 return _resolver:socket_wrapper_set(...); |
954 end | 954 end |
955 | 955 |
956 return dns; | 956 return dns; |