mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add NULL gssapi fromlabel method. [RT #18877]
This commit is contained in:
parent
6a42ab6427
commit
ac62b63619
1 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id: gssapi_link.c,v 1.11 2008/07/23 10:26:54 marka Exp $
|
||||
* $Id: gssapi_link.c,v 1.12 2008/11/11 03:55:01 marka Exp $
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -291,7 +291,8 @@ static dst_func_t gssapi_functions = {
|
|||
NULL, /*%< fromdns */
|
||||
NULL, /*%< tofile */
|
||||
NULL, /*%< parse */
|
||||
NULL /*%< cleanup */
|
||||
NULL, /*%< cleanup */
|
||||
NULL /*%< fromlabel */
|
||||
};
|
||||
|
||||
isc_result_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue