Overview
Artifact ID: | 9fddb55c65bb697d54b70427060e0dcd2a301fd7 |
---|---|
Ticket: | dd5bb1fc73ec6ee821736c40851b0e6a7c7f049f
Checking auto-sync instead of auto-shun |
User & Date: | anonymous 2011-04-13 19:02:02 |
Changes
- comment changed to:
In src/sync.c in the process_sync_args function, the following code: <tt>if( db_get_boolean("auto-sync",1) ) configSync = CONFIGSET_SHUN;</tt> should be testing "auto-shun" instead like so: <tt>if( db_get_boolean("auto-shun",1) ) configSync = CONFIGSET_SHUN;</tt>
- foundin changed to:
2011-04-13 12:05:18 (047e06193b65c535d845d10f6e64d8c467ef7524)
- severity changed to: "Severe"
- status changed to: "Open"
- title changed to: "Checking auto-sync instead of auto-shun"
- type changed to: "Code_Defect"