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

fixme

parent 99950afc
Branches
Tags
No related merge requests found
...@@ -378,8 +378,8 @@ class GmshServer : public GmshSocket{ ...@@ -378,8 +378,8 @@ class GmshServer : public GmshSocket{
char tmp[10]; char tmp[10];
sprintf(tmp, "%d", _portno); sprintf(tmp, "%d", _portno);
// FIXME: I don't understand this -- what should be the syntax // FIXME: I don't understand this -- what should be the syntax
// to use a remote port? "hostname:" ? Then I don't get how // to use a random port? "hostname:"? Then I don't get how
// _portno can be 0 above // _portno can be 0 above. If it's "hostname:-1", then this is wrong.
_sockname += tmp; _sockname += tmp;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment