From ef01a8e483f5d85fda3d1d25509ea69edaa5f8a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 20 Jul 1998 14:57:12 +0200
Subject: [PATCH] Fixed some doc.

Rev: src/modules/system/passwords.c:1.20
---
 src/modules/system/passwords.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c
index 7df31ec774..8c4da02407 100644
--- a/src/modules/system/passwords.c
+++ b/src/modules/system/passwords.c
@@ -1,5 +1,5 @@
 /*
- * $Id: passwords.c,v 1.19 1998/07/18 02:37:49 hubbe Exp $
+ * $Id: passwords.c,v 1.20 1998/07/20 12:57:12 grubba Exp $
  *
  * Password handling for Pike.
  *
@@ -10,8 +10,8 @@
  *         without locking the password_protection_mutex, we are
  *         pretty much screwed.
  *
- * NOTE: To avoid deadlocks, any locking of password_protection_mutex
- *       MUST be done within THREADS_ALLOW_UID()/THREADS_DISALLOW_UID().
+ * NOTE: To avoid deadlocks, any locking/unlocking of password_protection_mutex
+ *       MUST be done with LOCK_IMUTEX()/UNLOCK_IMUTEX().
  */
 
 /*
@@ -22,7 +22,7 @@
 #include "system_machine.h"
 #include "system.h"
 
-RCSID("$Id: passwords.c,v 1.19 1998/07/18 02:37:49 hubbe Exp $");
+RCSID("$Id: passwords.c,v 1.20 1998/07/20 12:57:12 grubba Exp $");
 
 #include "module_support.h"
 #include "interpret.h"
-- 
GitLab