diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 05:59:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 05:59:47 +0000 |
commit | 48232265f836113745c0534694e65b3c9f8bcfc7 (patch) | |
tree | ab387b0e15e5924155ac060be4a39ebe708e7508 /fetchmail.h | |
parent | 8354acc5f0864f8ba12a94dc8a6cc525abbcc211 (diff) | |
download | fetchmail-48232265f836113745c0534694e65b3c9f8bcfc7.tar.gz fetchmail-48232265f836113745c0534694e65b3c9f8bcfc7.tar.bz2 fetchmail-48232265f836113745c0534694e65b3c9f8bcfc7.zip |
Fixed Bill Powers's uid bug.
svn path=/trunk/; revision=1240
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 30bad06a..f5632c2d 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -101,6 +101,7 @@ struct hostdata /* shared among all user connections to given server */ /* computed for internal use */ int poll_count; /* count of polls so far */ + char *queryname; /* name to attempt DNS lookup on */ char *truename; /* "true name" of server host */ struct hostdata *lead_server; /* ptr to lead query for this server */ int esmtp_options; |