瀏覽代碼

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,
 		},