diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 07:43:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 07:43:20 +0000 |
commit | 8571456f863ab4a2d5b16fee08fc9c5fdada3989 (patch) | |
tree | dac367d1c419fc3919d270ea3e2911fc67ac4037 | |
parent | e3dc7652e58faf8010204382f739751cea57b0fe (diff) | |
download | fetchmail-8571456f863ab4a2d5b16fee08fc9c5fdada3989.tar.gz fetchmail-8571456f863ab4a2d5b16fee08fc9c5fdada3989.tar.bz2 fetchmail-8571456f863ab4a2d5b16fee08fc9c5fdada3989.zip |
Weird bug.
svn path=/trunk/; revision=2187
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 7edca267..9b4f03b5 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -103,7 +103,7 @@ struct runctl int poll_interval; flag use_syslog; flag invisible; - const char *postmaster; + char *postmaster; }; struct idlist |