1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

libDtSearch: Coverity 176038

This commit is contained in:
Peter Howkins 2018-07-02 23:13:43 +01:00
parent aa1bfc0ab3
commit 95d6b64800

View file

@ -53,9 +53,7 @@ int startup(int dbn)
taskinit(&db_global);
db_glob_init = 1;
}
if ( dbn >= 0 && dbn_check(dbn) != S_OKAY ) {
return( db_status );
}
return( db_status );
}
/* vpp -nOS2 -dUNIX -nBSD -nVANILLA_BSD -nVMS -nMEMLOCK -nWINDOWS -nFAR_ALLOC -f/usr/users/master/config/nonwin startup.c */