Change the order of the settings so as to match the order in which they are requested. This causes the error message to mention the setting that the user aborted on, instead of some random later setting.

This commit is contained in:
ian%hixie.ch 2001-11-10 22:06:54 +00:00
parent 65d308d967
commit 085c309f7d

View File

@ -151,7 +151,7 @@ sub propertyGetUndefined {
sub settings {
# if you change this, check out setupConfigure to make sure it is still up to date
return qw(type name host port username password);
return qw(host port type name username password);
}
sub setupConfigure {