Index: dso/os390/dso.c
===================================================================
--- dso/os390/dso.c	(revision 579232)
+++ dso/os390/dso.c	(working copy)
@@ -63,7 +63,7 @@
     dllhandle *handle;
     int rc;
 
-    *res_handle = apr_pcalloc(ctx, sizeof(*res_handle));
+    *res_handle = apr_pcalloc(ctx, sizeof(**res_handle));
     (*res_handle)->pool = ctx;
     if ((handle = dllload(path)) != NULL) {
         (*res_handle)->handle  = handle;
