1
0
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:
Amitay Isaacs 2012-03-27 17:20:34 +11:00
parent 615d543cc6
commit 425b8768ee

View File

@ -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;