summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
Diffstat (limited to 'comsat')
-rw-r--r--comsat/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/action.c b/comsat/action.c
index 0582637b2..dc5703274 100644
--- a/comsat/action.c
+++ b/comsat/action.c
@@ -144,7 +144,7 @@ expand_line (const char *str, mu_message_t msg)
if (!*str)
return NULL;
- mu_opool_create (&pool, 1);
+ mu_opool_create (&pool, MU_OPOOL_ENOMEMABRT);
for (p = str; *p; p++)
{
switch (*p)

Return to:

Send suggestions and report system problems to the System administrator.