X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8faa456cf83ade45a6a2f33784d46b9963a0f77e..6e1ebb76bc65c074b780b303a1f1550f5ae4dd3c:/rlogin.c diff --git a/rlogin.c b/rlogin.c index 688c1594..15448fc4 100644 --- a/rlogin.c +++ b/rlogin.c @@ -77,7 +77,8 @@ static int rlogin_receive(Plug plug, int urgent, char *data, int len) * * Returns an error message, or NULL on success. * - * Also places the canonical host name into `realhost'. + * Also places the canonical host name into `realhost'. It must be + * freed by the caller. */ static char *rlogin_init(char *host, int port, char **realhost) {