diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-05 10:24:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:04 -0500 |
commit | 9286235cf8117bbde7e4c53fbc91373d0c3f4039 (patch) | |
tree | 623d02526782d6eb5c2f9c4043a1d7a9b29d6a2b | |
parent | bf6ac478483b90c72d78168e4b721ab5efa2a3ab (diff) | |
download | samba-9286235cf8117bbde7e4c53fbc91373d0c3f4039.tar.gz samba-9286235cf8117bbde7e4c53fbc91373d0c3f4039.tar.bz2 samba-9286235cf8117bbde7e4c53fbc91373d0c3f4039.zip |
r12069: fix typo
metze
(This used to be commit 3c442ccb594d1a781e42f2268a3582578ae82d76)
-rw-r--r-- | source4/torture/nbt/winsreplication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 4ca9ed77cd..7ab53c9679 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -8765,7 +8765,7 @@ static BOOL test_conflict_owned_active_vs_replica(struct test_wrepl_conflict_con { .line = __location__, .name = _NBT_NAME("_UA_MA_DI_A", 0x00, NULL), - .comment= "C:BEST vs. B:BEST (C:ALL) => B:MHOMED", + .comment= "C:BEST vs. B:BEST2 (C:ALL) => B:MHOMED", .skip = (ctx->addresses_all_num < 3), .wins = { .nb_flags = 0, |