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
28791077
Commit
28791077
authored
Jan 17, 2009
by
Francis Dupont
Browse files
spelling
parent
06d145cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/rndc/include/rndc/os.h
View file @
28791077
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.h,v 1.
9
200
7
/0
6
/1
9 23:46:59 tbox
Exp $ */
/* $Id: os.h,v 1.
10
200
9
/0
1
/1
7 10:37:05 fdupont
Exp $ */
/*! \file */
...
...
@@ -35,7 +35,7 @@ FILE *safe_create(const char *filename);
int
set_user
(
FILE
*
fd
,
const
char
*
user
);
/*%<
* Set the owner of the file refernced by 'fd' to 'user'.
* Set the owner of the file refer
e
nced by 'fd' to 'user'.
* Returns:
* 0 success
* -1 insufficient permissions, or 'user' does not exist.
...
...
bin/rndc/rndc.c
View file @
28791077
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.12
2
200
8/10/15 03:01:59 marka
Exp $ */
/* $Id: rndc.c,v 1.12
3
200
9/01/17 10:39:26 fdupont
Exp $ */
/*! \file */
...
...
@@ -200,7 +200,7 @@ rndc_recvdone(isc_task_t *task, isc_event_t *event) {
"* the remote server is using an older version of"
" the command protocol,
\n
"
"* this host is not authorized to connect,
\n
"
"* the clocks are not syncronized, or
\n
"
"* the clocks are not sync
h
ronized, or
\n
"
"* the key is invalid."
);
if
(
ccmsg
.
result
!=
ISC_R_SUCCESS
)
...
...
@@ -263,7 +263,7 @@ rndc_recvnonce(isc_task_t *task, isc_event_t *event) {
"* the remote server is using an older version of"
" the command protocol,
\n
"
"* this host is not authorized to connect,
\n
"
"* the clocks are not syncronized, or
\n
"
"* the clocks are not sync
h
ronized, or
\n
"
"* the key is invalid."
);
if
(
ccmsg
.
result
!=
ISC_R_SUCCESS
)
...
...
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