diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index b2c0ff77..3b673865 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -337,7 +337,7 @@ struct query /* internal use -- per-poll state */ flag active; /* should we actually poll this server? */ - const char *destaddr; /* destination host for this query */ + char *destaddr; /* destination host for this query */ int errcount; /* count transient errors in last pass */ int authfailcount; /* count of authorization failures */ int wehaveauthed; /* We've managed to logon at least once! */ |