mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
pullup:
isc_modules[2] not isc_modules[3]
This commit is contained in:
parent
f87cbb4806
commit
d8cdda8e1d
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.39.2.4.2.1 2003/08/15 04:02:46 marka Exp $ */
|
||||
/* $Id: log.h,v 1.39.2.4.2.2 2003/08/15 04:03:56 marka Exp $ */
|
||||
|
||||
#ifndef ISC_LOG_H
|
||||
#define ISC_LOG_H 1
|
||||
|
|
@ -141,7 +141,7 @@ LIBISC_EXTERNAL_DATA extern isc_logmodule_t isc_modules[];
|
|||
|
||||
#define ISC_LOGMODULE_SOCKET (&isc_modules[0])
|
||||
#define ISC_LOGMODULE_TIME (&isc_modules[1])
|
||||
#define ISC_LOGMODULE_INTERFACE (&isc_modules[3])
|
||||
#define ISC_LOGMODULE_INTERFACE (&isc_modules[2])
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue