mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
Replace deprecated $function by new $action
The long-deprecated $function was removed from future SWIG 4.4.0. It can be safely replaced by $action.
This commit is contained in:
parent
5588f66bdb
commit
1d3d78dff5
1 changed files with 1 additions and 1 deletions
|
|
@ -853,7 +853,7 @@ Result: ['74.125.43.147', '74.125.43.99', '74.125.43.103', '74.125.43.104']
|
|||
%{
|
||||
//printf("resolve_start(%lX)\n",(long unsigned int)arg1);
|
||||
Py_BEGIN_ALLOW_THREADS
|
||||
$function
|
||||
$action
|
||||
Py_END_ALLOW_THREADS
|
||||
//printf("resolve_stop()\n");
|
||||
%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue