22 Feb
2012
22 Feb
'12
10:46
On Wed, 22 Feb 2012 11:44:01 +0100, Lukas Ocilka <lukas.ocilka@suse.cz> wrote:
On 02/17/2012 02:18 PM, mfilka@svn2.opensuse.org 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: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org