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:
parent
aa1bfc0ab3
commit
95d6b64800
1 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue