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:
parent
de03bb6160
commit
184cc84ada
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user