mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
7aefbd4988
ap/sqlite-3.46.0-x86_64-1.txz: Upgraded. l/gvfs-1.54.1-x86_64-1.txz: Upgraded. l/python-requests-2.32.2-x86_64-1.txz: Upgraded. n/c-ares-1.29.0-x86_64-1.txz: Upgraded. n/dhcpcd-10.0.8-x86_64-1.txz: Upgraded. n/wsdd2-1.8.7-x86_64-1.txz: Added. Needed by Samba to enable share discovery. Thanks to mistfire and Tim Dickson.
11 lines
398 B
Diff
11 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;
|