Commit 88aa9a7
committed
Only run SR.create compat fallback for PVS version of SM scripts
This makes the code stricter - previously we ran the compat code for all
versions, and as a result we accepted an empty response, even from newer
versions.
This change will make the code stricter, and probably safer, now we'll
fail if the newer storage scripts return an invalid, empty response from
SR.create.
Signed-off-by: Gabor Igloi <[email protected]>1 parent 2caf397 commit 88aa9a7
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
| |||
0 commit comments