/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

  • Committer: Teddy Hogeborn
  • Date: 2011-11-29 20:58:01 UTC
  • mto: (518.1.13 mandos-persistent)
  • mto: This revision was merged to the branch mainline in revision 524.
  • Revision ID: teddy@recompile.se-20111129205801-oufxx7hwq0nq2zau
* mandos (main): Bug fix: Syntax fix when restoring settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2236
2236
                    if (name != "secret" and
2237
2237
                        value != old_client_settings[client_name]
2238
2238
                        [name]):
2239
 
                        setattr(client, name, value)
 
2239
                        client[name] = value
2240
2240
                except KeyError:
2241
2241
                    pass
2242
2242