From f3d518406adabfb0bedbf7fb387726251172fe95 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 22 Apr 2000 09:27:07 +0000 Subject: Handle sort_aux="threads" somewhat different, and probably more safely. Problem and principle of fix noted by Gero Treuner and Michael Tatge . --- init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.c') diff --git a/init.c b/init.c index 68429cbf..be4e3458 100644 --- a/init.c +++ b/init.c @@ -1127,6 +1127,9 @@ static int parse_set (BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err) map = SortKeyMethods; break; #endif + case DT_SORT_AUX: + map = SortAuxMethods; + break; default: map = SortMethods; break; -- cgit v1.2.3