build: Remove sys_fopen wrapper
[samba.git] / source3 / web / swat.c
index 0e17b015e949ee56aca0d30c167f6c0ea1567c1a..1e676a5aecc90b2da8c9e42258506b975cb13df8 100644 (file)
@@ -561,7 +561,7 @@ static int save_reload(int snum)
        FILE *f;
        struct stat st;
 
-       f = sys_fopen(get_dyn_CONFIGFILE(),"w");
+       f = fopen(get_dyn_CONFIGFILE(),"w");
        if (!f) {
                printf(_("failed to open %s for writing"), get_dyn_CONFIGFILE());
                printf("\n");