Michael Stefaniuc : secur32: Remove comment referencing an old macro.

Alexandre Julliard julliard at winehq.org
Tue Mar 6 16:48:51 CST 2018


Module: wine
Branch: master
Commit: d3e26f74fffacf585d52641140e012a262f974dd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d3e26f74fffacf585d52641140e012a262f974dd

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Tue Mar  6 20:52:21 2018 +0100

secur32: Remove comment referencing an old macro.

Leftover from d117938f7a309552916903d294907f5e8d021aa7.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/secur32/wrapper.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/secur32/wrapper.c b/dlls/secur32/wrapper.c
index 4278c03..67c5b5a 100644
--- a/dlls/secur32/wrapper.c
+++ b/dlls/secur32/wrapper.c
@@ -28,9 +28,8 @@
 WINE_DEFAULT_DEBUG_CHANNEL(secur32);
 
 /* Tries to allocate a new SecHandle, into which it stores package (in
- * phSec->dwUpper) and a copy of realHandle (allocated with SECUR32_ALLOC,
- * and stored in phSec->dwLower).  SecHandle is equivalent to both a
- * CredHandle and a CtxtHandle.
+ * phSec->dwUpper) and a copy of realHandle (stored in phSec->dwLower).
+ * SecHandle is equivalent to both a CredHandle and a CtxtHandle.
  */
 static SECURITY_STATUS SECUR32_makeSecHandle(PSecHandle phSec,
  SecurePackage *package, PSecHandle realHandle)




More information about the wine-cvs mailing list