diff options
Diffstat (limited to 'source3/lib/username.c')
-rw-r--r-- | source3/lib/username.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c index f56f7efce2e..f04314ab36d 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -80,7 +80,7 @@ BOOL map_username(char *user) return True; } - f = fopen(mapfile,"r"); + f = sys_fopen(mapfile,"r"); if (!f) { DEBUG(0,("can't open username map %s\n",mapfile)); return False; |