Skip to content
GitLab
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
f305d866
Commit
f305d866
authored
Jan 29, 1999
by
Bob Halley
Browse files
need multiline mode
parent
60cfce12
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata.c
View file @
f305d866
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: rdata.c,v 1.1
5
1999/01/2
7 13:38:18 marka
Exp $ */
/* $Id: rdata.c,v 1.1
6
1999/01/2
9 07:02:59 halley
Exp $ */
#include
<config.h>
...
...
@@ -245,7 +245,8 @@ dns_rdata_fromtext(dns_rdata_t *rdata,
isc_buffer_t
st
;
isc_boolean_t
use_default
=
ISC_FALSE
;
isc_token_t
token
;
unsigned
int
options
=
ISC_LEXOPT_EOL
|
ISC_LEXOPT_EOF
;
unsigned
int
options
=
ISC_LEXOPT_EOL
|
ISC_LEXOPT_EOF
|
ISC_LEXOPT_DNSMULTILINE
;
st
=
*
target
;
region
.
base
=
(
unsigned
char
*
)(
target
->
base
)
+
target
->
used
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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