]> arthur.barton.de Git - netatalk.git/commitdiff
convert adouble -> convert appledouble
authorHAT <hat@fa2.so-net.ne.jp>
Tue, 22 May 2012 12:52:50 +0000 (21:52 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Tue, 22 May 2012 12:52:50 +0000 (21:52 +0900)
libatalk/util/netatalk_conf.c

index be30941854cf35843d5860f74daaca49e68fd799..e64af0699f59b411ca98c7e28d57440cb4fd0a75 100644 (file)
@@ -743,7 +743,7 @@ static struct vol *creatvol(AFPObj *obj,
     if (getoption_bool(obj->iniconfig, section, "acls", preset, 1))
         volume->v_flags |= AFPVOL_ACLS;
 #endif
-    if (!getoption_bool(obj->iniconfig, section, "convert adouble", preset, 1))
+    if (!getoption_bool(obj->iniconfig, section, "convert appledouble", preset, 1))
         volume->v_flags |= AFPVOL_NOV2TOEACONV;
 
     if (getoption_bool(obj->iniconfig, section, "preexec close", preset, 0))