1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

ctdb:tcp: Fix code spelling

Best reviewed with: `git show --word-diff`

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
This commit is contained in:
Andreas Schneider 2023-03-22 09:40:05 +01:00 committed by Andreas Schneider
parent 7749df4992
commit 7aeed61dc5

View File

@ -413,7 +413,7 @@ static int ctdb_tcp_listen_automatic(struct ctdb_context *ctdb)
}
/* in order to ensure that we don't get two nodes with the
same adddress, we must make the bind() and listen() calls
same address, we must make the bind() and listen() calls
atomic. The SO_REUSEADDR setsockopt only prevents double
binds if the first socket is in LISTEN state */
lock_fd = open(lock_path, O_RDWR|O_CREAT, 0666);