Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
0fded1c8
Commit
0fded1c8
authored
Sep 12, 2000
by
Brian Wellington
Browse files
remove warnings.
parent
a9ba7e65
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/isc/mem.c
View file @
0fded1c8
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: mem.c,v 1.6
2
2000/09/
05 03:30:18 marka
Exp $ */
/* $Id: mem.c,v 1.6
3
2000/09/
12 13:46:12 bwelling
Exp $ */
#include <config.h>
...
...
@@ -1183,8 +1183,8 @@ isc_mem_setwater(isc_mem_t *ctx, isc_mem_water_t water, void *water_arg,
if
(
water
==
NULL
)
{
ctx
->
water
=
NULL
;
ctx
->
water_arg
=
NULL
;
ctx
->
hi_water
=
NULL
;
ctx
->
lo_water
=
NULL
;
ctx
->
hi_water
=
0
;
ctx
->
lo_water
=
0
;
ctx
->
hi_called
=
ISC_FALSE
;
}
else
{
ctx
->
water
=
water
;
...
...
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