We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3394 commit fd2abeaCopy full SHA for fd2abea
1 file changed
src/libnml/nml/nml_srv.cc
@@ -58,20 +58,19 @@ NML_SERVER::NML_SERVER(NML * _nml, int _set_to_master):CMS_SERVER()
58
if (NULL != new_nml) {
59
new_local_port = new NML_SERVER_LOCAL_PORT(new_nml);
60
add_local_port(new_local_port);
61
+ new_local_port->local_channel_reused = 1;
62
}
- new_local_port->local_channel_reused = 1;
63
} else {
64
new_nml = new NML(_nml, 1, -1);
65
66
67
68
+ new_local_port->local_channel_reused = 0;
69
- new_local_port->local_channel_reused = 0;
70
71
72
rcs_print_error
73
("NML_SERVER:(ERROR) ProcessType was REMOTE.\n");
74
- _nml = NULL;
75
76
77
rcs_print_error("NML_SERVER:(ERROR) cms was NULL.\n");
0 commit comments