diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 01:55:52 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 01:55:52 +0100 |
commit | 56a569ff306e08ecb5f8252a865617ed7e602a6a (patch) | |
tree | 36024987ea3f32034551ce0e67fa7e42155da0a0 /odmr.c | |
parent | 84508cb3ad69e1a4ae44e46eb7292ff174f49a2f (diff) | |
download | fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.tar.gz fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.tar.bz2 fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.zip |
Refactoring: Rename smtp_open() to smtp_setup()
Diffstat (limited to 'odmr.c')
-rw-r--r-- | odmr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id, * instead, we'll use select(2) to watch the read sides of both * sockets and just throw their data at each other. */ - if ((smtp_sock = smtp_open(ctl)) == -1) + if ((smtp_sock = smtp_setup(ctl)) == -1) return(PS_SOCKET); else { |