mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
ctdbd: Fix the error message string
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 15f63ebab9686734f41a6adf38d4a7faa919ac66)
This commit is contained in:
parent
615d543cc6
commit
425b8768ee
@ -383,7 +383,7 @@ static int32_t ctdb_do_takeip(struct ctdb_context *ctdb,
|
||||
ret = ctdb_vnn_assign_iface(ctdb, vnn);
|
||||
if (ret != 0) {
|
||||
DEBUG(DEBUG_ERR,("Takeover of IP %s/%u failed to "
|
||||
"assin a usable interface\n",
|
||||
"assign a usable interface\n",
|
||||
ctdb_addr_to_str(&vnn->public_address),
|
||||
vnn->public_netmask_bits));
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user