From 625ad07f4fb5c3a44a7372d52e4d9123d943fbd6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Oct 2011 12:40:58 +0100 Subject: s3: Fix a comment --- source3/lib/messages.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/lib/messages.c') diff --git a/source3/lib/messages.c b/source3/lib/messages.c index b3917d03f5..36c34b6d48 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -116,7 +116,10 @@ static int traverse_fn(struct db_record *rec, const struct server_id *id, if (NT_STATUS_EQUAL(status, NT_STATUS_INVALID_HANDLE)) { - /* If the pid was not found delete the entry from connections.tdb */ + /* + * If the pid was not found delete the entry from + * serverid.tdb + */ DEBUG(2, ("pid %s doesn't exist\n", procid_str_static(id))); -- cgit