summaryrefslogtreecommitdiff
path: root/test/testldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testldap.c')
-rw-r--r--test/testldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testldap.c b/test/testldap.c
index 7595a55f..4f4fef90 100644
--- a/test/testldap.c
+++ b/test/testldap.c
@@ -80,7 +80,7 @@ static int get_ldap_host(void)
ldap_host[0] = '\0';
rv = apr_file_open(&thefile, FILENAME,
- APR_READ,
+ APR_FOPEN_READ,
APR_UREAD | APR_UWRITE | APR_GREAD, p);
if (rv != APR_SUCCESS) {
return 0;