clarified a comment

This commit is contained in:
Daniel Stenberg 2009-05-26 11:18:29 +02:00
parent bf884488ae
commit d965dda027

View File

@ -448,7 +448,7 @@ static int hostline(LIBSSH2_KNOWNHOSTS *hosts,
}
if(sep) {
/* this is the second host, add this first */
/* this is the second host after the comma, add this first */
char *ipaddr;
*sep++ = 0; /* zero terminate the first host name here */
ipaddr = sep;