Bugzilla – Bug 324141
Bug in the signcode tool
Last modified: 2007-09-15 21:24:57 UTC
---- Reported by pieter@mentalis.org 2007-04-26 10:22:49 MST ---- While going through the 'signcode' source, I saw the following code: string auth = args [i++].ToLower (); switch (auth) { case "individual": af.Authority = Authority.Commercial; break; case "commercial": af.Authority = Authority.Individual; break; default: Console.WriteLine ("Unknown authority {0}", auth); return 1; } At first sight, this looks like a bug. When the user enters "individual" on command line, the authority proeprty is set to 'commercial', and vice versa. ---- Additional Comments From sebastien@ximian.com 2007-04-26 11:25:43 MST ---- Oops, fixed in SVN r76315. Thanks! Unknown operating system unknown. Setting to default OS "Other".