summaryrefslogtreecommitdiff
path: root/omapip/buffer.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-08-17 19:41:48 +0000
committerTed Lemon <source@isc.org>2000-08-17 19:41:48 +0000
commita69fc68a1b77b3e2afbe04fa4798002d31654000 (patch)
tree262b9bd6d72da9269b4aa6327b9f1b0b627e6148 /omapip/buffer.c
parent61b04b002618a148c82695672219da621f6fe79d (diff)
downloadisc-dhcp-a69fc68a1b77b3e2afbe04fa4798002d31654000.tar.gz
Fix a compile warning.
Diffstat (limited to 'omapip/buffer.c')
-rw-r--r--omapip/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/omapip/buffer.c b/omapip/buffer.c
index e4bdc19a..cc7b514b 100644
--- a/omapip/buffer.c
+++ b/omapip/buffer.c
@@ -252,6 +252,7 @@ isc_result_t omapi_connection_copyout (unsigned char *buf,
(sig_flags,
c -> in_key,
&c -> in_context,
+ (unsigned char *)
&buffer -> buf [first_byte],
bytes_this_copy,
(omapi_typed_data_t **)0);