We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup tinderboxen to burn.

git-svn-id: svn://10.0.0.236/trunk@221707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2007-03-10 17:56:16 +00:00
parent 4994afd54c
commit bc27434912

View File

@@ -67,7 +67,7 @@ use constant USER_MATCH_SUCCESS => 1;
use constant MATCH_SKIP_CONFIRM => 1;
use constant DEFAULT_USER => {
'id' => 0,
'userid' => 0,
'realname' => '',
'login_name' => '',
'showmybugslink' => 0,