remove needless pointer access

This commit is contained in:
2020-05-07 16:14:16 +02:00
committed by Andrew Johnson
parent 5d808b7c02
commit 275c4c7cf4
+1 -1
View File
@@ -957,7 +957,7 @@ long dbGet(DBADDR *paddr, short dbrType,
} else {
DBADDR localAddr = *paddr; /* Structure copy */
if (pfl->no_elements < 1) {
if (no_elements < 1) {
status = S_db_emptyArray;
goto done;
}