Commit Diff


commit - ca8d26a78360c620638cfaba633f89730def188e
commit + 46c303d4601beb312a4747e1fbceeb202622b811
blob - 3f6acc37e4d6b9cf0fa15dc461fb048c50502c88
blob + cd54d978b00a77d8fdf24eb9ad54a78c4a1819ab
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
@@ -459,11 +459,6 @@ gotweb_init_querystring(struct querystring **qs)
 	}
 
 	(*qs)->action = INDEX;
-	(*qs)->commit = NULL;
-	(*qs)->file = NULL;
-	(*qs)->folder = NULL;
-	(*qs)->index_page = 0;
-	(*qs)->path = NULL;
 
 	return error;
 }