Index: conf_act.c =================================================================== --- conf_act.c (revision 10815) +++ conf_act.c (revision 10816) @@ -194,7 +194,7 @@ pcb_message(PCB_MSG_ERROR, "Can not toggle '%s': failed to set new value\n", argv[1]); return 1; } - conf_update(argv[1]); + conf_update(argv[1], -1); } else if (PCB_NSTRCMP(cmd, "reset") == 0) { @@ -205,7 +205,7 @@ return 1; } conf_reset(role, ""); - conf_update(argv[1]); + conf_update(argv[1], -1); } else {