From a8cb5d4931d5f7d3707fec4c1fe3f4ead572c494 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 18 Oct 2011 22:53:14 -0400
Subject: [PATCH] Remove cached registrations on delete or rename. Recent accelerators.

---
 src/com/gitblit/Constants.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index 6300fa2..d6495e6 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -212,7 +212,7 @@
 					return type;
 				}
 			}
-			return LIST_REPOSITORIES;
+			return null;
 		}
 
 		public boolean exceeds(RpcRequest type) {

--
Gitblit v1.9.1