mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
A comment had an extra *.
This commit is contained in:
parent
faf3f04481
commit
019a2ec92c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: tsig.h,v 1.28 2000/07/27 09:48:32 tale Exp $ */
|
||||
/* $Id: tsig.h,v 1.29 2000/07/27 23:56:41 bwelling Exp $ */
|
||||
|
||||
#ifndef DNS_TSIG_H
|
||||
#define DNS_TSIG_H 1
|
||||
|
|
@ -129,7 +129,7 @@ void
|
|||
dns_tsigkey_setdeleted(dns_tsigkey_t *key);
|
||||
/*
|
||||
* Prevents this key from being used again. It will be deleted when
|
||||
* no references * exist.
|
||||
* no references exist.
|
||||
*
|
||||
* Requires:
|
||||
* 'key' is a valid TSIG key on a keyring
|
||||
|
|
|
|||
Loading…
Reference in a new issue