diff options
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b14f9ed873..0b2727cfca 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3094,7 +3094,7 @@ static bool run_bad_nbt_session(int dummy) return false; } - status = open_socket_out(&ss, 139, 10000, &fd); + status = open_socket_out(&ss, NBT_SMB_PORT, 10000, &fd); if (!NT_STATUS_IS_OK(status)) { d_fprintf(stderr, "open_socket_out failed: %s\n", nt_errstr(status)); |