diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-22 23:03:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-22 23:03:41 +0000 |
commit | 7a988842995cf67e63120afab50f0c594fe21e11 (patch) | |
tree | b611df79b19f0e33c4aadf42430cc4d087110b46 /rcfile_y.y | |
parent | ab6cf446a005b6f9ae391b74d15113bf5ef64651 (diff) | |
download | fetchmail-7a988842995cf67e63120afab50f0c594fe21e11.tar.gz fetchmail-7a988842995cf67e63120afab50f0c594fe21e11.tar.bz2 fetchmail-7a988842995cf67e63120afab50f0c594fe21e11.zip |
*** empty log message ***
svn path=/trunk/; revision=1798
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -441,7 +441,10 @@ struct query *init; /* pointer to block containing initial values */ if (init) memcpy(node, init, sizeof(struct query)); else + { memset(node, '\0', sizeof(struct query)); + node->smtp_socket = -1; + } /* append to end of list */ if (hosttail != (struct query *) 0) |