aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/smbclient/Init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/smbclient/Init.cxx b/src/lib/smbclient/Init.cxx
index 4af5c0cf4..56e196364 100644
--- a/src/lib/smbclient/Init.cxx
+++ b/src/lib/smbclient/Init.cxx
@@ -34,8 +34,8 @@ mpd_smbc_get_auth_data(gcc_unused const char *srv,
{
// TODO: implement
strcpy(wg, "WORKGROUP");
- strcpy(un, "foo");
- strcpy(pw, "bar");
+ strcpy(un, "");
+ strcpy(pw, "");
}
bool