SOURCES: dynix-protocol.patch (NEW) - http protocol fixes
glen
glen at pld-linux.org
Wed Oct 25 08:44:12 CEST 2006
Author: glen Date: Wed Oct 25 06:44:12 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- http protocol fixes
---- Files affected:
SOURCES:
dynix-protocol.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dynix-protocol.patch
diff -u /dev/null SOURCES/dynix-protocol.patch:1.1
--- /dev/null Wed Oct 25 08:44:12 2006
+++ SOURCES/dynix-protocol.patch Wed Oct 25 08:44:07 2006
@@ -0,0 +1,11 @@
+--- dynix-0.60/dynix.c~ 2006-10-25 09:40:08.000000000 +0300
++++ dynix-0.60/dynix.c 2006-10-25 09:40:50.000000000 +0300
+@@ -386,7 +386,7 @@
+ strncpy(pass,getpass("Enter password: "),LEN);
+ }
+ }
+- snprintf(out,LENLEN+1,"GET http://%s/dyn/dynengine.cgi?func=%s&name=%s&pass=%s&ip=%s&domain=%s\r\n\n",usedomain,command,name,pass,localip,usedomain);
++ snprintf(out,LENLEN+1,"GET http://%s/dyn/dynengine.cgi?func=%s&name=%s&pass=%s&ip=%s&domain=%s\r\n\r\n",usedomain,command,name,pass,localip,usedomain);
+ dbgtxt(out);
+ dbgtxt("set_del: connecting");
+ dbgtxt("Connecting: connect()");
================================================================
More information about the pld-cvs-commit
mailing list