Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: dhcp.c

Issue 6738002: CHROMIUMOS: dhcp: Remove errant extra ref (Closed) Base URL: http://git.chromium.org/git/dhcpcd.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dhcp.c
diff --git a/dhcp.c b/dhcp.c
index 7ccda877c4ab53fbbc912ab4ce9cee312f171c2d..c388cb93e346d9895765a25ab7b803ed5818f967 100644
--- a/dhcp.c
+++ b/dhcp.c
@@ -362,7 +362,7 @@ exit:
*len = bl;
if (bp) {
memcpy(bp, op, ol);
- return (const uint8_t *)&opt_buffer;
+ return (const uint8_t *)opt_buffer;
}
if (op)
return op;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698