]> Pileus Git - ~andy/fetchmail/commitdiff
Hope this nails the bad argument type.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 12 Aug 2000 04:14:37 +0000 (04:14 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 12 Aug 2000 04:14:37 +0000 (04:14 -0000)
svn path=/trunk/; revision=2947

socket.c

index 50533c333ecc0a708104a1ec7fc211c136dcbb24..808846f397b8975e596303798cad4cf0a3ee48c4 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -118,7 +118,7 @@ static int handle_plugin(const char *host,
 /* get a socket mediated through a given external command */
 {
     int fds[2];
-    const char **argvec;
+    char **argvec;
     if (socketpair(AF_UNIX,SOCK_STREAM,0,fds))
     {
        report(stderr, _("fetchmail: socketpair failed\n"));