From d80ede0a433fd891290a304479843b84fe032b32 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 5 Nov 2011 08:34:07 +0000 Subject: [PATCH] fixme --- Common/GmshSocket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/GmshSocket.h b/Common/GmshSocket.h index e47aa69f1f..1dfdb6c19c 100644 --- a/Common/GmshSocket.h +++ b/Common/GmshSocket.h @@ -378,8 +378,8 @@ class GmshServer : public GmshSocket{ char tmp[10]; sprintf(tmp, "%d", _portno); // 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 + // to use a random port? "hostname:"? Then I don't get how + // _portno can be 0 above. If it's "hostname:-1", then this is wrong. _sockname += tmp; } } -- GitLab