Change backend._GetMasterInfo to return more data
The _GetMasterInfo() function needs to export the master name too to be useful in master safety checks. This patch makes it a public (no _) function and adds a third element in the return tuple. Its callers are modified too. Reviewed-by: imsnah
Please register or sign in to comment