diff --git a/cmd/root.go b/cmd/root.go
index 7913e604cb53f91ef518b79a4048b2539e846bb8..a18b708bb8eff564b35dd714a7767043ab7c62ec 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -88,7 +88,6 @@ func sessionInitialization() *id.User {
 			} else {
 				//Fail if any other error is received
 				globals.Log.ERROR.Printf("Error with file path: %s\n", err1.Error())
-				return id.ZeroID
 			}
 		}