Commit Diff


commit - 976ccb693d1bc5f0f91152b31e2d92d6e9064581
commit + 6a1434e3aa431b60168143564fbce8330b0f79c9
blob - 97575de5d359b4f44fded11be7f741148707b690
blob + be9adb8b334860eb82e321e678c1778977d97754
--- gotwebd/gotweb.c
+++ gotwebd/gotweb.c
@@ -460,11 +460,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;
 }