22 Feb
2012
22 Feb
'12
10:44
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). Bye Lukas -- Lukas Ocilka, Appliances Department SUSE LINUX s.r.o., Praha -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org