From 5542047f024d84353ce404c0b8f24c383aab56d6 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 10 Jun 2001 22:40:08 +0000 Subject: Missed a return value, thanks to gstein for the catch. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61753 13f79535-47bb-0310-9956-ffa450edef68 --- user/win32/userinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'user/win32') diff --git a/user/win32/userinfo.c b/user/win32/userinfo.c index 70390d0fd..098755e4d 100644 --- a/user/win32/userinfo.c +++ b/user/win32/userinfo.c @@ -186,6 +186,7 @@ APR_DECLARE(apr_status_t) apr_get_home_directory(char **dirname, const char *use for (fixch = *dirname; *fixch; ++fixch) if (*fixch == '\\') *fixch = '/'; + return APR_SUCCESS; } APR_DECLARE(apr_status_t) apr_get_userid(apr_uid_t *uid, apr_gid_t *gid, -- cgit v1.2.1