From 73b200064fea77037f15cceeda303469b3e78624 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 16 Jun 2012 00:26:26 +0200 Subject: s3:util: rename procid_equal() to serverid_equal() Signed-off-by: Stefan Metzmacher --- source3/smbd/notify_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/notify_internal.c') diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 9af3b459ff..4fb1b351f3 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -453,7 +453,7 @@ static NTSTATUS notify_del_entry(struct db_record *rec, if (e->private_data != private_data) { continue; } - if (procid_equal(&e->server, pid)) { + if (serverid_equal(&e->server, pid)) { break; } } -- cgit