From: yoe Date: Sun, 23 Jan 2005 01:46:28 +0000 (+0000) Subject: r100: Bring comment in sync with reality X-Git-Url: http://git.alex.org.uk r100: Bring comment in sync with reality --- diff --git a/nbd-server.c b/nbd-server.c index dd25f44..caaa194 100644 --- a/nbd-server.c +++ b/nbd-server.c @@ -920,6 +920,8 @@ void setup_serve(SERVER* serve) { /** * Loop through the available servers, and serve them. * + * Actually, right now we only handle one server. Will change that for + * 2.9. **/ int serveloop(SERVER* serve) { struct sockaddr_in addrin;