aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-26 14:20:05 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-26 14:20:05 +0000
commitdc726dc2a02fd3f3f417bf0b72be9096780eb3a1 (patch)
treeb4c3005f40e92477029ce4a49654ab7ec810d314 /fetchmailconf
parentb513ae3c7a474e02c941ead7776352256176046d (diff)
downloadfetchmail-dc726dc2a02fd3f3f417bf0b72be9096780eb3a1.tar.gz
fetchmail-dc726dc2a02fd3f3f417bf0b72be9096780eb3a1.tar.bz2
fetchmail-dc726dc2a02fd3f3f417bf0b72be9096780eb3a1.zip
Stay synchronized.
svn path=/trunk/; revision=1855
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-xfetchmailconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 536b3520..952d4d65 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1101,7 +1101,7 @@ if __name__ == '__main__':
# The tricky part -- initializing objects from the configuration global
# `Configuration' is the top level of the object tree we're going to mung
Fetchmailrc = Configuration()
- copy_instance(Fetchmailrc, configuration)
+ copy_instance(Fetchmailrc, fetchmailrc)
Fetchmailrc.servers = [];
for server in configuration['servers']:
Newsite = Server()