blob: c9d4e4a2c1c26dec08c1b7081f0710a8c8299fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ez-ipupdate-3.0.10/ez-ipupdate.c.orig 2005-11-27 22:59:39.149355269 -0800
+++ ez-ipupdate-3.0.10/ez-ipupdate.c 2005-11-27 22:59:46.705830768 -0800
@@ -3806,7 +3806,7 @@ int ZONEEDIT_update_entry(void)
break;
case 200:
- if(strstr(buf, "<SUCCESS\n") != NULL)
+ if(strstr(buf, "<SUCCESS ") != NULL)
{
if(!(options & OPT_QUIET))
{
|