Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b6747cf1
Commit
b6747cf1
authored
Jul 03, 2000
by
Mark Andrews
Browse files
302. [bug] MXNAME should be large enough to hold any legal domain
name in presentation format + terminating NULL.
parent
1318ddb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b6747cf1
302. [bug] MXNAME should be large enough to hold any legal domain
name in presentation format + terminating NULL.
301. [bug] uninitalised pointer host:printmessage(). (RT #159)
300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
...
...
bin/dig/include/dig/dig.h
View file @
b6747cf1
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: dig.h,v 1.2
5
2000/0
6/23 02:5
6:
1
0 m
ws
Exp $ */
/* $Id: dig.h,v 1.2
6
2000/0
7/03 05:2
6:
5
0 m
arka
Exp $ */
#ifndef DIG_H
#define DIG_H
...
...
@@ -33,7 +33,7 @@
#include <isc/socket.h>
#define MXSERV 4
#define MXNAME
256
#define MXNAME
1005
#define MXRD 32
#define BUFSIZE 512
#define COMMSIZE 0xffff
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment