From: franklahm Date: Thu, 29 Oct 2009 19:20:28 +0000 (+0000) Subject: Force conversion of EA names X-Git-Tag: before-ipv6~5 X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=commitdiff_plain;h=5b974bc06fb06d00b6011adb084873626ebddc71 Force conversion of EA names --- diff --git a/libatalk/vfs/ea.c b/libatalk/vfs/ea.c index df93a723..7b9cb9a7 100644 --- a/libatalk/vfs/ea.c +++ b/libatalk/vfs/ea.c @@ -1,5 +1,5 @@ /* - $Id: ea.c,v 1.13 2009-10-29 13:06:19 franklahm Exp $ + $Id: ea.c,v 1.14 2009-10-29 19:20:28 franklahm Exp $ Copyright (c) 2009 Frank Lahm This program is free software; you can redistribute it and/or modify @@ -78,7 +78,7 @@ static char *mtoupath(const struct vol *vol, const char *mpath) char *u; size_t inplen; size_t outlen; - uint16_t flags = CONV_ESCAPEHEX; + uint16_t flags = CONV_ESCAPEHEX | CONV_FORCE; if (!mpath) return NULL;