]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- outdated
authorTomek Orzechowski <orzech@pld-linux.org>
Mon, 13 Jan 2003 00:36:07 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-fixargs.patch -> 1.2

stunnel-fixargs.patch [deleted file]

diff --git a/stunnel-fixargs.patch b/stunnel-fixargs.patch
deleted file mode 100644 (file)
index 463b870..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- stunnel.c~ Thu Feb 24 12:32:27 2000
-+++ stunnel.c  Sun Mar  5 22:17:16 2000
-@@ -361,6 +361,11 @@
-         default_args[1] = 0;
-         options.execargs = default_args;
-     } else { /* There are some arguments - use execargs[0] as servname */
--        options.execargs = argv + optind;
--        safecopy(options.servname, options.execargs[0]);
-+        default_args[0] = options.servname;
-+      c = 1;
-+      while (optind < argc) {
-+          default_args[c++] = argv[optind];
-+          optind++;
-+      }
-+        options.execargs = default_args;
-     }
This page took 0.05617 seconds and 4 git commands to generate.