bk: 5541b721xoHtRNR0fACLHeguOteBbQ
---
-* [Bug 2808] GPSD_JSON driver enhancements, step 1
- fix coverity issues with refclock_gpsdjson and refclock_shm
- Add a few more tallies as per Hal Murray's suggestions
* CID 1269537: Clean up a line of dead code in getShmTime().
* [Bug 2612] restrict: Warn when 'monitor' can't be disabled because
of 'limited'.
time_t max_delay; /* age/stale limit */
};
+
static struct shmTime*
getShmTime(
int unit,
return NULL;
}
+ return p;
#else
static const char * nspref[2] = { "Local", "Global" };
/* NOTREACHED */
ENSURE(!"getShmTime(): Not reached.");
}
+
+
/*
* shm_start - attach to shared memory
*/