mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix nsock tests using wrong type (clang complains)
This commit is contained in:
parent
f6865b15ed
commit
04ac366666
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
struct connect_test_data {
|
||||
nsock_pool nsp;
|
||||
nsock_iod nsi;
|
||||
enum nse_status connect_result;
|
||||
int connect_result;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue