1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

server:ctdb_send_dmaster_reply: fix a message typo.

Michael

(This used to be ctdb commit aa63f728152c37e31cecf2258efcdc8cf5ac0092)
This commit is contained in:
Michael Adam 2010-01-06 14:59:23 +01:00 committed by Ronnie Sahlberg
parent bb76e402e1
commit b72ccfc39a

View File

@ -151,7 +151,7 @@ static void ctdb_send_dmaster_reply(struct ctdb_db_context *ctdb_db,
}
if (ctdb->methods == NULL) {
ctdb_fatal(ctdb, "ctdb_send_dmaster_reply cant update dmaster sicne transport is down");
ctdb_fatal(ctdb, "ctdb_send_dmaster_reply cant update dmaster since transport is down");
return;
}