summaryrefslogtreecommitdiff
path: root/net-mgmt/cdpr/files/patch-conffile.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-mgmt/cdpr/files/patch-conffile.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/cdpr/files/patch-conffile.c b/net-mgmt/cdpr/files/patch-conffile.c
deleted file mode 100644
index ef5a7d1191a4..000000000000
--- a/net-mgmt/cdpr/files/patch-conffile.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- conffile.c.orig 2016-06-20 14:44:21 UTC
-+++ conffile.c
-@@ -57,6 +57,7 @@ do_something_with (char *ip, char *url)
- struct hostent *h;
- char *addy;
- int port;
-+ char *tport;
-
- if (ip && url)
- {
-@@ -70,7 +71,7 @@ do_something_with (char *ip, char *url)
- else
- {
- strtok(ip,":");
-- char *tport = strtok(NULL,":");
-+ tport = strtok(NULL,":");
- port = atoi(tport);
- }
- /*