mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
2397. [bug] gssapi_functions had too many elements. [RT #18355]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
2397. [bug] gssapi_functions had too many elements. [RT #18355]
|
||||||
|
|
||||||
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
|
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
|
||||||
[RT #18336]
|
[RT #18336]
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Id: gssapi_link.c,v 1.10 2008/04/03 06:09:04 tbox Exp $
|
* $Id: gssapi_link.c,v 1.11 2008/07/23 10:26:54 marka Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
@@ -291,8 +291,7 @@ static dst_func_t gssapi_functions = {
|
|||||||
NULL, /*%< fromdns */
|
NULL, /*%< fromdns */
|
||||||
NULL, /*%< tofile */
|
NULL, /*%< tofile */
|
||||||
NULL, /*%< parse */
|
NULL, /*%< parse */
|
||||||
NULL, /*%< cleanup */
|
NULL /*%< cleanup */
|
||||||
NULL
|
|
||||||
};
|
};
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user