]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fce_api.c
Convert ad file suite and CNID daemons to use new config code
[netatalk.git] / etc / afpd / fce_api.c
index 87d2503544dc81e76660b6398fbf764e6aaafcc9..6f6bd0fe1afa389291ed4f141d39cff2c3965850 100644 (file)
@@ -527,7 +527,7 @@ int fce_register_file_modification( struct ofork *ofork )
 
     vol = ofork->of_vol;
 
-    if (NULL == (u_name = mtoupath(vol, of_name(ofork), ofork->of_did, utf8_encoding()))) 
+    if (NULL == (u_name = mtoupath(vol, of_name(ofork), ofork->of_did, utf8_encoding(vol->v_obj)))) 
     {
         return AFPERR_MISC;
     }