ddclient/svn/patches/regex_vlan.patch
wimpunk 0cb7275311 Added patches and applied regex_vlan.patch. See bug #1747337
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@62 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2007-07-10 19:36:37 +00:00

18 lines
508 B
Diff

#
# patch created with `svn diff -r61 . > patches/regex_vlan.patch`
# on Tue Jul 10 21:29:49 CEST 2007
# applied on r61
#
Index: ddclient
===================================================================
--- ddclient (revision 61)
+++ ddclient (working copy)
@@ -1601,7 +1601,7 @@
return undef if $value eq "";
} elsif ($type eq T_IF) {
- return undef if $value !~ /^[a-z0-9:_-]+$/;
+ return undef if $value !~ /^[a-z0-9:._-]+$/;
} elsif ($type eq T_PROG) {
return undef if $value eq "";