]> Pileus Git - ~andy/fetchmail/commitdiff
Make hostdata.service mutable.
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 14 Dec 2010 11:33:12 +0000 (12:33 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 14 Dec 2010 11:33:12 +0000 (12:33 +0100)
fetchmail.h

index a4d6ec4622ae62a1480cec8222c58761ca8092e0..dc144544fba494348460afa02bdfc72fa6c84b49 100644 (file)
@@ -250,7 +250,7 @@ struct hostdata             /* shared among all user connections to given server */
     struct idlist *akalist;            /* server name first, then akas */
     struct idlist *localdomains;       /* list of pass-through domains */
     int protocol;                      /* protocol type */
-    const char *service;               /* service name */
+    char *service;                     /* service name */
     int interval;                      /* # cycles to skip between polls */
     int authenticate;                  /* authentication mode to try */
     int timeout;                       /* inactivity timout in seconds */