diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 05:09:09 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 05:09:09 +0200 |
commit | 1ff7c642eed4df1c2f9fcc6f247d7d9949b6e81c (patch) | |
tree | 7c3ebfd2e14b9b335781f4ef15c393252879d167 /dns.c | |
parent | - deraadt@cvs.openbsd.org 2006/03/20 18:35:12 (diff) | |
download | openssh-1ff7c642eed4df1c2f9fcc6f247d7d9949b6e81c.tar.xz openssh-1ff7c642eed4df1c2f9fcc6f247d7d9949b6e81c.zip |
- deraadt@cvs.openbsd.org 2006/03/20 18:41:43
[dns.c]
cast xstrdup to propert u_char *
Diffstat (limited to 'dns.c')
-rw-r--r-- | dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: dns.c,v 1.17 2006/03/19 18:51:18 deraadt Exp $ */ +/* $OpenBSD: dns.c,v 1.18 2006/03/20 18:41:43 deraadt Exp $ */ /* * Copyright (c) 2003 Wesley Griffin. All rights reserved. |