]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 24 Jun 2017 13:34:10 +0000 (09:34 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 24 Jun 2017 13:34:10 +0000 (09:34 -0400)
MagickCore/policy.c

index 39d1a11d3ffeb5621d852f387c941b1a9ec28de2..27e31a9691090aa64885a3c41a79a04f802a79fe 100644 (file)
@@ -1075,7 +1075,7 @@ MagickExport MagickBooleanType SetMagickSecurityPolicy(const char *policy,
     status;
   
   if (IsPolicyCacheInstantiated(exception) == MagickFalse)
-    return((PolicyInfo *) NULL);
+    return(MagickFalse);
   LockSemaphoreInfo(policy_semaphore);
   ResetLinkedListIterator(policy_cache);
   p=(PolicyInfo *) GetNextValueInLinkedList(policy_cache);