summaryrefslogtreecommitdiff
path: root/source3/libsmb/unexpected.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/unexpected.c')
-rw-r--r--source3/libsmb/unexpected.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c
index c05af9ba8a..12832f6953 100644
--- a/source3/libsmb/unexpected.c
+++ b/source3/libsmb/unexpected.c
@@ -23,7 +23,8 @@
static const char *nmbd_socket_dir(void)
{
- return lp_parm_const_string(-1, "nmbd", "socket dir", "/tmp/.nmbd");
+ return lp_parm_const_string(-1, "nmbd", "socket dir",
+ get_dyn_NMBDSOCKETDIR());
}
struct nb_packet_query {