From dc726dc2a02fd3f3f417bf0b72be9096780eb3a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 May 1998 14:20:05 +0000 Subject: Stay synchronized. svn path=/trunk/; revision=1855 --- fetchmailconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf') 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() -- cgit v1.2.3