Index: /trunk/src/VBox/Devices/Network/slirp/bootp.c
===================================================================
--- /trunk/src/VBox/Devices/Network/slirp/bootp.c	(revision 83580)
+++ /trunk/src/VBox/Devices/Network/slirp/bootp.c	(revision 83581)
@@ -388,7 +388,7 @@
 static int dhcp_send_ack(PNATState pData, struct bootp_t *bp, BOOTPClient *bc, struct mbuf *m, int fDhcpRequest)
 {
+    int offReply = 0; /* boot_reply will fill general options and add END before sending response */
+
     AssertReturn(bc != NULL, -1);
-
-    int offReply = 0; /* boot_reply will fill general options and add END before sending response */
 
     dhcp_create_msg(pData, bp, m, DHCPACK);
