Skip to content
Snippets Groups Projects
Commit 99950afc authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fixme

parent 27d0a4f6
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,10 @@ class GmshServer : public GmshSocket{
_portno = ntohs(addr_in.sin_port);
char tmp[10];
sprintf(tmp, "%d", _portno);
_sockname = tmp;
// FIXME: I don't understand this -- what should be the syntax
// to use a remote port? "hostname:" ? Then I don't get how
// _portno can be 0 above
_sockname += tmp;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment