s3: Fix a comment
authorVolker Lendecke <vl@samba.org>
Mon, 31 Oct 2011 11:40:58 +0000 (12:40 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 31 Oct 2011 11:48:06 +0000 (12:48 +0100)
source3/lib/messages.c

index b3917d03f56f0684444e1bd2ba75afa598be9db5..36c34b6d48d7074b70e7fff0ccc55112452d8055 100644 (file)
@@ -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)));