[yast-devel] Re: [yast-commit] r67469 - in /trunk/nfs-client: VERSION package/yast2-nfs-client.changes src/routines.ycp testsuite/tests/r-check.out testsuite/tests/r-check.ycp testsuite/tests/r-spec.out testsuite/tests/r-spec.ycp
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
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
participants (2)
-
Lukas Ocilka
-
Michal Filka