The auth clients just ignored the duplicate, so this didn't cause any
visible bugs.
The "nodelay" field was originally added as a hidden field, which wouldn't
be sent as a passdb reply. However, the "nodelay" field became visible
again in
4307e3a2320dabbac53ad712790ffd250d527108.
}
}
- if (auth_fields_exists(request->fields.extra_fields, "nodelay")) {
- /* this is normally a hidden field, need to add it explicitly */
- str_append(str, "\tnodelay");
- }
-
if (code != NULL) {
str_append(str, "\tcode=");
str_append(str, code);