On Wed, 22 Feb 2012 11:44:01 +0100, Lukas Ocilka <[email protected]>
wrote:
On 02/17/2012 02:18 PM, [email protected] wrote:
- name == filterchars(name,
- "-_.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"))
{
+ name == filterchars(name, "-_.:" + String::CAlnum() )) {
Good catch. Don't be afraid to use a public constant/function defined in
NfsServer.ycp module or even deeper, e.g., in String.ycp (different RPM).
... it's point for Martin ... I'm responsible only for that ':' ;-)
Michal
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]