Add missing updates from bigend.tmp

This commit is contained in:
Dennis Heimbigner 2019-02-10 14:00:40 -07:00
parent 3a14251dd9
commit 8d59f4ebb8

View File

@ -102,6 +102,9 @@ ocopen(OCstate** statep, const char* url)
NCURI* tmpurl = NULL;
CURL* curl = NULL; /* curl handle*/
if(!ocinitialized)
ocinternalinitialize();
if(ncuriparse(url,&tmpurl) != NCU_OK) {
OCTHROWCHK(stat=OC_EBADURL);
goto fail;