comparison cli-kex.c @ 544:9e51707cd6f2

- Make -i and -W pass through multihop arguments
author Matt Johnston <matt@ucc.asn.au>
date Fri, 12 Jun 2009 14:58:43 +0000
parents 91939c8c2572
children 005530560594
comparison
equal deleted inserted replaced
543:e12c9225acbd 544:9e51707cd6f2
325 fclose(hostsfile); 325 fclose(hostsfile);
326 } 326 }
327 if (line != NULL) { 327 if (line != NULL) {
328 buf_free(line); 328 buf_free(line);
329 } 329 }
330 } 330 m_free(fingerprint);
331 }