diff options
| author | jvoisin | 2018-10-06 11:26:32 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-06 11:26:32 +0200 |
| commit | 228fadf307b167a22ad6ec760f3b2ee2e9f2fee3 (patch) | |
| tree | 5aa52bad7cb0eb4e953a9d978f2ad32197dd2cb7 /src/sp_upload_validation.c | |
| parent | fc6e2455c5fcc2a5ec365552fb8d89a9c0571154 (diff) | |
Remove sp_terminate and bump a bit the coverage
Diffstat (limited to 'src/sp_upload_validation.c')
| -rw-r--r-- | src/sp_upload_validation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_upload_validation.c b/src/sp_upload_validation.c index 6fa721e..d04dce4 100644 --- a/src/sp_upload_validation.c +++ b/src/sp_upload_validation.c | |||
| @@ -86,7 +86,7 @@ int sp_rfc1867_callback(unsigned int event, void *event_data, void **extra) { | |||
| 86 | "The upload of %s on %s was rejected.", filename, | 86 | "The upload of %s on %s was rejected.", filename, |
| 87 | uri ? uri : "?"); | 87 | uri ? uri : "?"); |
| 88 | if (!config_upload->simulation) { | 88 | if (!config_upload->simulation) { |
| 89 | sp_terminate(); | 89 | zend_bailout(); |
| 90 | } | 90 | } |
| 91 | } | 91 | } |
| 92 | } | 92 | } |
