ref: Change/remove veyron issues referred to in comments.
Change-Id: I597fa00fe7efb5074dc0e1730810caea12df19c6
diff --git a/services/wspr/internal/rpc/server/server.go b/services/wspr/internal/rpc/server/server.go
index a30a728..9ab5309 100644
--- a/services/wspr/internal/rpc/server/server.go
+++ b/services/wspr/internal/rpc/server/server.go
@@ -236,7 +236,7 @@
return func(ctx *context.T, call rpc.ServerCall, pattern string) (<-chan naming.GlobReply, error) {
// Until the tests get fixed, we need to create a security context before creating the flow
// because creating the security context creates a flow and flow ids will be off.
- // See https://github.com/veyron/release-issues/issues/1181
+ // See https://github.com/vanadium/issues/issues/175
securityCall := ConvertSecurityCall(s.helper, ctx, call.Security(), true)
globChan := make(chan naming.GlobReply, 1)