mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
12 lines
398 B
Diff
12 lines
398 B
Diff
|
--- ./wsdd2.c.orig 2022-04-25 07:30:50.000000000 -0500
|
||
|
+++ ./wsdd2.c 2024-05-24 13:51:20.210623306 -0500
|
||
|
@@ -601,7 +601,7 @@
|
||
|
|
||
|
char buf[PAGE_SIZE];
|
||
|
if (!fgets(buf, sizeof(buf), pp) || !buf[0] || buf[0] == '\n') {
|
||
|
- DEBUG(0, W, "cannot read %s from testparm", name);
|
||
|
+ DEBUG(1, W, "cannot read %s from testparm", name);
|
||
|
result = strdup(_default);
|
||
|
} else { // trim whitespace
|
||
|
char *p;
|