mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.
Andrew Bartlett (This used to be commit a0208a4f74f9c61eb1e346d9cb62dbe00ef4c24a)
This commit is contained in:
parent
7b18c5d164
commit
3ecf5d6638
@ -229,7 +229,7 @@ static NTSTATUS share_sanity_checks(int snum, fstring dev)
|
||||
|
||||
/* you can only connect to the IPC$ service as an ipc device */
|
||||
if (strequal(lp_fstype(snum), "IPC"))
|
||||
pstrcpy(dev,"IPC");
|
||||
fstrcpy(dev,"IPC");
|
||||
|
||||
if (dev[0] == '?' || !dev[0]) {
|
||||
if (lp_print_ok(snum)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user