Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.
[metze/samba/wip.git] / source3 / smbd / service.c
index 36184af75c6174a6d7e119613e479c193ca0daff..8ba32652cd166f4a8736cb2f1104b5dbdd246c65 100644 (file)
@@ -1033,6 +1033,7 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn,
                *pstatus = NT_STATUS_BAD_NETWORK_NAME;
                goto err_root_exit;
        }
+       conn->base_share_dev = smb_fname_cpath->st.st_ex_dev;
 
        string_set(&conn->origpath,conn->connectpath);