wrowe 01/04/12 06:48:53
Modified: user/win32 userinfo.c
Log:
More /w4 emits
Revision Changes Path
1.7 +2 -0 apr/user/win32/userinfo.c
Index: userinfo.c
===================================================================
RCS file: /home/cvs/apr/user/win32/userinfo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- userinfo.c 2001/02/22 04:16:55 1.6
+++ userinfo.c 2001/04/12 13:48:53 1.7
@@ -92,6 +92,8 @@
rv = LookupAccountName(domain, username, *uid, &sidlen,
NULL, NULL, &sidtype);
}
+ else
+ rv = 0; /* Quiet the compiler */
if (!sidlen || !rv) {
return apr_get_os_error();
}