diff options
| -rw-r--r-- | ncpd/main.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/main.cc b/ncpd/main.cc index 4d0595e..9b12f0e 100644 --- a/ncpd/main.cc +++ b/ncpd/main.cc @@ -107,7 +107,7 @@ checkForNewSocketConnection()  	if ((numScp >= theNCP->maxLinks()) || (!theNCP->gotLinkChannel())) {  	    bufferStore a; -	    // Give the client time to send it's version request. +	    // Give the client time to send its version request.  	    next->dataToGet(1, 0);  	    next->getBufferStore(a, false);  | 
