Actions
Bug #382
closedServer mounts its own SMB shares
Start date:
31 Aug 2014
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
The mount should test if the remote server has the same IP as itself, or some other method of identifying itself.
Updated by Hammel about 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Added isThisMyIP() to utils and call it in smb.c:getNMBList() to avoid mounting the local machine's SMB exports. This seems to work well on the server. Need to test that it has no ill effect on the client.
Updated by Hammel about 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Verified working on both server and client. All changes committed and pushed upstream.
Closing issue.
Actions