- (bal) OpenBSD Resync
- stevesk@cvs.openbsd.org 2001/01/24 21:03:50 [channels.c] missing freeaddrinfo(); ok markus@
This commit is contained in:
parent
ec3830ae6e
commit
87b147f539
|
@ -12,6 +12,10 @@
|
||||||
- (djm) Mention PRNGd in documentation, it is nicer than EGD
|
- (djm) Mention PRNGd in documentation, it is nicer than EGD
|
||||||
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
|
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
|
||||||
- (bal) AC_FUNC_STRFTIME added to autoconf
|
- (bal) AC_FUNC_STRFTIME added to autoconf
|
||||||
|
- (bal) OpenBSD Resync
|
||||||
|
- stevesk@cvs.openbsd.org 2001/01/24 21:03:50
|
||||||
|
[channels.c]
|
||||||
|
missing freeaddrinfo(); ok markus@
|
||||||
|
|
||||||
20010124
|
20010124
|
||||||
- (bal) OpenBSD Resync
|
- (bal) OpenBSD Resync
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: channels.c,v 1.82 2001/01/21 19:05:46 markus Exp $");
|
RCSID("$OpenBSD: channels.c,v 1.83 2001/01/24 21:03:50 stevesk Exp $");
|
||||||
|
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#include <openssl/dsa.h>
|
#include <openssl/dsa.h>
|
||||||
|
@ -1922,6 +1922,7 @@ x11_create_display_inet(int screen_number, int x11_display_offset)
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
freeaddrinfo(aitop);
|
||||||
if (num_socks > 0)
|
if (num_socks > 0)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue