blob: cbf21199540aaca64ce307492425afa8495fd46d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/msqld/main/acl.c.old Tue May 4 17:41:51 2004
+++ src/msqld/main/acl.c Tue May 4 17:42:14 2004
@@ -304,7 +304,7 @@
/*
** Open the acl file
*/
- (void)snprintf(path,MSQL_PATH_LEN,"%s/msql.acl",
+ (void)snprintf(path,MSQL_PATH_LEN,"%s/etc/msql3/msql.acl",
(char *)configGetCharEntry("general", "inst_dir"));
fp = fopen(path,"r");
if (!fp)
|