Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sergei Trofimovich
BIND
Commits
f37299d6
Commit
f37299d6
authored
Sep 01, 2003
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup comment.
cleanup grammar so that it is bison friendly.
parent
2b2270e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
lib/dns/config/confparser.y.dirty
lib/dns/config/confparser.y.dirty
+8
-5
lib/omapi/protocol.c
lib/omapi/protocol.c
+1
-2
No files found.
lib/dns/config/confparser.y.dirty
View file @
f37299d6
...
...
@@ -33,7 +33,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confparser.y.dirty,v 1.44.2.1
0 2001/07/17 07:36:03
marka Exp $ */
/* $Id: confparser.y.dirty,v 1.44.2.1
1 2003/09/01 06:01:12
marka Exp $ */
#include <config.h>
...
...
@@ -1888,7 +1888,7 @@ ordering_name: /* nothing */
$$ = $2;
}
}
;
rrset_ordering_element: ordering_class ordering_type ordering_name
L_ORDER L_STRING
...
...
@@ -1918,7 +1918,7 @@ rrset_ordering_element: ordering_class ordering_type ordering_name
isc_mem_free(memctx, $5);
isc_mem_free(memctx, $3);
}
;
transfer_format: L_ONE_ANSWER
{
...
...
@@ -2188,6 +2188,7 @@ yea_or_nay: L_YES
$$ = isc_boolean_true;
}
}
;
notify_setting: yea_or_nay
{
...
...
@@ -4958,6 +4959,7 @@ class_name: any_string
isc_mem_free(memctx, $1);
$$ = cl;
}
;
wild_class_name: any_string
{
...
...
@@ -4981,6 +4983,7 @@ wild_class_name: any_string
isc_mem_free(memctx, $1);
$$ = cl;
}
;
optional_class: /* Empty */
{
...
...
@@ -5814,8 +5817,8 @@ ip4_prefix: L_IP4PREFIX
ip6_address: L_IP6ADDR
{
isc_sockaddr_fromin6(&$$, &$1, 0);
}
;
}
;
ip_prefix: ip4_address | ip4_prefix | ip6_address
;
...
...
lib/omapi/protocol.c
View file @
f37299d6
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: protocol.c,v 1.32.4.
2 2003/08/29 07:08:3
2 marka Exp $ */
/* $Id: protocol.c,v 1.32.4.
3 2003/09/01 06:01:1
2 marka Exp $ */
/*
* Functions supporting the object management protocol.
...
...
@@ -159,7 +159,6 @@ send_intro(omapi_object_t *h, unsigned int ver) {
/*
* Make up an initial transaction ID for this connection.
* XXXDCL better generator than random()?
*/
isc_random_get
(
&
p
->
next_xid
);
...
...
Write
Preview
Markdown
is supported
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