summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-10-09 21:38:04 +0200
committerJeremy Allison <jra@samba.org>2019-11-06 20:36:34 +0000
commit54d673742f3a81ecdfb98f66a928d119293697ba (patch)
treefa58d1463508803e836bde6091283dad0a530dd7 /source3/torture
parentb749c923373c7ccdc68ba2aed42c614e6a11d353 (diff)
downloadsamba-54d673742f3a81ecdfb98f66a928d119293697ba.tar.gz
lib: Remove #define serverid_equal server_id_equal
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/test_g_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_g_lock.c b/source3/torture/test_g_lock.c
index 352121e4194..615f7fcfbe8 100644
--- a/source3/torture/test_g_lock.c
+++ b/source3/torture/test_g_lock.c
@@ -421,7 +421,7 @@ static void lock4_check(const struct g_lock_rec *locks,
return;
}
- if (!serverid_equal(&state->me, &locks[0].pid)) {
+ if (!server_id_equal(&state->me, &locks[0].pid)) {
struct server_id_buf buf1, buf2;
fprintf(stderr, "me=%s, locker=%s\n",
server_id_str_buf(state->me, &buf1),