summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/unisig_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/uni/unisig_decode.c')
-rw-r--r--sys/netatm/uni/unisig_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index 676be2e..3f7f304 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.c
@@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
#include <netatm/uni/unisig_decode.h>
#define ALLOC_IE(ie) do { \
- (ie) = uma_zalloc(unisig_ie_zone, M_WAITOK | M_ZERO); \
+ (ie) = uma_zalloc(unisig_ie_zone, M_NOWAIT | M_ZERO); \
if ((ie) == NULL) \
return (ENOMEM); \
} while (0)
OpenPOWER on IntegriCloud