From: VMware, Inc <> Date: Tue, 19 Oct 2010 19:18:17 +0000 (-0700) Subject: comment cleanups X-Git-Tag: 2010.10.18-313025~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7b5d8b018a4a5c9d2e24ec0779b134e7bb6262;p=thirdparty%2Fopen-vm-tools.git comment cleanups Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/auth/authPosix.c b/open-vm-tools/lib/auth/authPosix.c index e58c44961..fc3f44915 100644 --- a/open-vm-tools/lib/auth/authPosix.c +++ b/open-vm-tools/lib/auth/authPosix.c @@ -274,7 +274,7 @@ Auth_AuthenticateUser(const char *user, // IN: /* * XXX PAM can blow away our syslog level settings so we need - * to call Log_Init() again before doing any more Log()s + * to call Log_InitEx() again before doing any more Log()s */ #define PAM_BAIL if (pam_error != PAM_SUCCESS) { \