bk: 4ae94a5b0Vj9c4GeNyZWjszjzHwj5w
+* [Bug 1359] Debug message cleanup.
+* CID 101: more pointer/array cleanup.
* [Bug 1356] core dump from refclock_nmea when can't open /dev/gpsU.
* [Bug 1358] AIX 4.3 sntp/networking.c IPV6_JOIN_GROUP undeclared.
* CID 101: pointer/array cleanup.
*/
if (!RAND_status()) {
if (rand_file == NULL) {
- RAND_file_name(rand_file, MAXFILENAME);
+ RAND_file_name(filename, MAXFILENAME);
+ rand_file = filename;
} else if (*rand_file != '/') {
snprintf(filename, MAXFILENAME, "%s/%s",
keysdir, rand_file);
int i;
#ifdef DEBUG
- printf("loop_config: item %d freq %f\n", item, freq);
+ if (debug > 1)
+ printf("loop_config: item %d freq %f\n", item, freq);
#endif
switch (item) {