Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
dhcp
Commits
086fce21
Commit
086fce21
authored
Oct 24, 1999
by
Ted Lemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of some returns that aren't reachable.
parent
70984280
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
omapip/message.c
omapip/message.c
+0
-4
No files found.
omapip/message.c
View file @
086fce21
...
...
@@ -391,7 +391,6 @@ isc_result_t omapi_message_process (omapi_object_t *mo, omapi_object_t *po)
return
omapi_protocol_send_status
(
po
,
(
omapi_object_t
*
)
0
,
ISC_R_INVALIDARG
,
message
->
id
,
"OPEN can't be a response"
);
return
ISC_R_SUCCESS
;
}
/* Get the type of the requested object, if one was
...
...
@@ -521,7 +520,6 @@ isc_result_t omapi_message_process (omapi_object_t *mo, omapi_object_t *po)
(
po
,
(
omapi_object_t
*
)
0
,
ISC_R_EXISTS
,
message
->
id
,
"specified object already exists"
);
return
ISC_R_SUCCESS
;
}
/* If we're creating the object, do it now. */
...
...
@@ -534,7 +532,6 @@ isc_result_t omapi_message_process (omapi_object_t *mo, omapi_object_t *po)
(
po
,
(
omapi_object_t
*
)
0
,
status
,
message
->
id
,
"can't create new object"
);
return
ISC_R_SUCCESS
;
}
}
...
...
@@ -567,7 +564,6 @@ isc_result_t omapi_message_process (omapi_object_t *mo, omapi_object_t *po)
(
po
,
(
omapi_object_t
*
)
0
,
status
,
message
->
id
,
"no matching handle"
);
return
ISC_R_SUCCESS
;
}
send:
status
=
omapi_protocol_send_update
(
po
,
(
omapi_object_t
*
)
0
,
...
...
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