fetchurl: remove unpaired call to `stopNest'
Fixes #27406.
Commit 5d4efb2c81
added an assertion to `stopNest'
which requires it be correctly paired with `startNest'. `fetchurl' calls
`stopNest', but never calls `startNest'; the former calls are removed.
This commit is contained in:
parent
baad413416
commit
c25199f697
@ -39,7 +39,6 @@ tryDownload() {
|
|||||||
curlexit=$?;
|
curlexit=$?;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
stopNest
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -51,7 +50,6 @@ finish() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
runHook postFetch
|
runHook postFetch
|
||||||
stopNest
|
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user