]> granicus.if.org Git - php/commitdiff
woops
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 2 Feb 2014 14:50:32 +0000 (14:50 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 2 Feb 2014 14:50:32 +0000 (14:50 +0000)
sapi/phpdbg/phpdbg.c

index 9341ad35a50143466f5102066df765e0111aa604..6cb1645e65a02bbf3fb5c6c287ba38c24fc536a5 100644 (file)
@@ -892,9 +892,11 @@ phpdbg_main:
                        memset(bp_tmp_file, 0, sizeof(bp_tmp_file));
                }
 #endif
-               
+
                if (!bp_tmp_file) {
-                       phpdbg_error("Unable to create temporary file");
+                       phpdbg_error(
+                               "Unable to create temporary file");
+                       return 1;
                }
        }
        ini_entries = NULL;