commit | b1a41af115a9277df538c7356cf3dc2afcfaabac | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Sun Jan 25 22:13:40 2015 -0800 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Sun Jan 25 22:13:45 2015 -0800 |
tree | 67ccd074316ff971bf1ac59c829c66c2a6e213b7 | |
parent | 7b4278c7f67a171622f68415cc73ebc0f9cd273e [diff] [blame] |
Needed for CL https://vanadium-review.googlesource.com/#/c/1576/ MultiPart: 2/4 Change-Id: Ib41f603f5c19559b0e3c964107ca8832a57e8581
diff --git a/services/wsprd/app/app.go b/services/wsprd/app/app.go index fe3e86c..1bb959f 100644 --- a/services/wsprd/app/app.go +++ b/services/wsprd/app/app.go
@@ -565,10 +565,7 @@ } // Remove name - if err := server.RemoveName(request.Name); err != nil { - w.Error(verror2.Convert(verror2.Internal, nil, err)) - return - } + server.RemoveName(request.Name) // Remove name from signature cache as well c.signatureManager.FlushCacheEntry(request.Name)