소스 검색

addressed comment

0xdcarns 2 년 전
부모
커밋
dc2c1e39c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mq/dynsec_helper.go

+ 1 - 1
mq/dynsec_helper.go

@@ -180,7 +180,7 @@ func fetchHostAcls(hostID string) []Acl {
 		},
 		{
 			AclType:  "publishClientReceive",
-			Topic:    fmt.Sprintf("host/update/%s/#", hostID),
+			Topic:    fmt.Sprintf("host/update/%s", hostID),
 			Priority: -1,
 			Allow:    true,
 		},