Fix typo in previous commit
diff --git a/library/net.c b/library/net.c
index 4c42f11..e666fad 100644
--- a/library/net.c
+++ b/library/net.c
@@ -143,8 +143,8 @@
 #if !defined(EFIX64) && !defined(EFI32)
     signal( SIGPIPE, SIG_IGN );
 #endif
-    return( 0 );
 #endif
+    return( 0 );
 }
 
 /*