commit | c13ae675563ce32aa0f9e556ac84f90b9396cd46 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@medozas.de> | Sat Jul 30 21:26:10 2011 +0200 |
committer | Jan Engelhardt <jengelh@medozas.de> | Sat Jul 30 21:26:10 2011 +0200 |
tree | 564d2f7472af7ee7999119f85117855289d99073 | |
parent | 87eac438d72e8abfc05d9dc99ff80db8789ca5fd [diff] |
nfnl: avoid exit on large packet Using exit from shared libraries is unwelcome (automated build systems flag it) and one should rather return gracefully. Looking at this particular spot however, while a Signed-off-by: Jan Engelhardt <jengelh@medozas.de>