Skip to content

Commit cacc5a7

Browse files
committed
Fix CM server deletion
1 parent d350c9c commit cacc5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cm/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func DeRegisterCMEntry(id string) {
158158
}
159159
}
160160
}
161-
WriteCMServerEntries(cmServers)
161+
WriteCMServerEntries(newCmServers)
162162
}
163163

164164
// DeRegisterConnectionProfile remove a connection profile by id

0 commit comments

Comments
 (0)