comparison cli-kex.c @ 546:568638be7203 agent-client

propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2)
author Matt Johnston <matt@ucc.asn.au>
date Wed, 01 Jul 2009 04:16:32 +0000
parents 9e51707cd6f2
children 005530560594
comparison
equal deleted inserted replaced
500:d588e3ea557a 546:568638be7203
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 }