Commit Diff


commit - 969ea98d51b11de10a979c1e8a73fbdd0c23e3b2
commit + b3f4d55086c5aac0aad36a57ce28e651ee5772fc
blob - 6363042469cbd22c9740556448d1cc20c5eafdab
blob + deca211ecdc51cf256c655aee8c4f0a3b0503b59
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -2002,7 +2002,7 @@ gw_load_got_paths(struct gw_trans *gw_trans)
 			error = NULL;
 			continue;
 		}
-		else if (error)
+		else if (error && error->code != GOT_ERR_LONELY_PACKIDX)
 			goto done;
 
 		if (lstat(gw_dir->path, &st) == 0 && S_ISDIR(st.st_mode) &&