Index: /trunk/src/VBox/Devices/Network/DevE1000.cpp
===================================================================
--- /trunk/src/VBox/Devices/Network/DevE1000.cpp	(revision 40997)
+++ /trunk/src/VBox/Devices/Network/DevE1000.cpp	(revision 40998)
@@ -4501,5 +4501,5 @@
 static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread)
 {
-    int rc;
+    int rc = VINF_SUCCESS;
 
     /*
@@ -4562,5 +4562,5 @@
 static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread)
 {
-    int rc;
+    int rc = VINF_SUCCESS;
 
     /*
