unfs3 is not parallel build safe
[openwrt/svn-archive/archive.git] / net / updatedd / patches / 003-zoneedit-url-fix.patch
1 --- a/src/plugins/libzoneedit.h
2 +++ b/src/plugins/libzoneedit.h
3 @@ -21,7 +21,7 @@
4
5 #include <ret_codes.h>
6
7 -#define DYNDNSHOST "www.zoneedit.com"
8 +#define DYNDNSHOST "dynamic.zoneedit.com"
9 #define PORT 80
10
11 #define BUFSIZE 4096