1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Yes, dev is an 'input/output' paramater...

Andrew Bartlett
(This used to be commit 8cac618174365825e8b1824f70cb42afbce5e500)
This commit is contained in:
Andrew Bartlett 2002-01-27 12:06:27 +00:00
parent de03bb6160
commit 184cc84ada

View File

@ -218,7 +218,7 @@ int find_service(fstring service)
do some basic sainity checks on the share.
This function modifies dev, ecode.
****************************************************************************/
static NTSTATUS share_sanity_checks(int snum, char* service, pstring dev)
static NTSTATUS share_sanity_checks(int snum, const char* service, pstring dev)
{
if (!lp_snum_ok(snum) ||
@ -325,7 +325,7 @@ static void set_admin_user(connection_struct *conn)
****************************************************************************/
connection_struct *make_connection(char *service, DATA_BLOB password,
const char *dev, uint16 vuid, NTSTATUS *status)
char *dev, uint16 vuid, NTSTATUS *status)
{
int snum;
struct passwd *pass = NULL;