aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
diff options
context:
space:
mode:
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()