diff -r 5e0695f6add5 -r 9322c619c525 lib/rdconfig.c --- a/lib/rdconfig.c Mon May 05 20:25:20 2014 +0200 +++ b/lib/rdconfig.c Mon May 05 23:33:31 2014 +0200 @@ -264,6 +264,7 @@ (*tmpm)->alias = xstrcpy(r); (*tmpm)->present = 0; (*tmpm)->lastval = 0; + (*tmpm)->update = 0; return 0; }