summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/msdfs.c')
-rw-r--r--source3/smbd/msdfs.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/source3/smbd/msdfs.c b/source3/smbd/msdfs.c
index 83f140c25b..e8a0610d74 100644
--- a/source3/smbd/msdfs.c
+++ b/source3/smbd/msdfs.c
@@ -1012,10 +1012,10 @@ NTSTATUS get_referred_path(TALLOC_CTX *ctx,
}
status = create_conn_struct_cwd(ctx,
- server_event_context(),
- server_messaging_context(),
- &conn, snum,
- lp_pathname(talloc_tos(), snum), NULL, &oldpath);
+ server_event_context(),
+ server_messaging_context(),
+ &conn, snum,
+ lp_pathname(talloc_tos(), snum), NULL, &oldpath);
if (!NT_STATUS_IS_OK(status)) {
TALLOC_FREE(pdp);
return status;
@@ -1191,10 +1191,10 @@ static bool junction_to_local_path(const struct junction_map *jucn,
return False;
}
status = create_conn_struct_cwd(talloc_tos(),
- server_event_context(),
- server_messaging_context(),
- conn_out,
- snum, lp_pathname(talloc_tos(), snum), NULL, oldpath);
+ server_event_context(),
+ server_messaging_context(),
+ conn_out,
+ snum, lp_pathname(talloc_tos(), snum), NULL, oldpath);
if (!NT_STATUS_IS_OK(status)) {
return False;
}
@@ -1356,10 +1356,10 @@ static int count_dfs_links(TALLOC_CTX *ctx, int snum)
*/
status = create_conn_struct_cwd(talloc_tos(),
- server_event_context(),
- server_messaging_context(),
- &conn,
- snum, connect_path, NULL, &cwd);
+ server_event_context(),
+ server_messaging_context(),
+ &conn,
+ snum, connect_path, NULL, &cwd);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(3, ("create_conn_struct failed: %s\n",
nt_errstr(status)));
@@ -1432,10 +1432,10 @@ static int form_junctions(TALLOC_CTX *ctx,
*/
status = create_conn_struct_cwd(ctx,
- server_event_context(),
- server_messaging_context(),
- &conn, snum, connect_path, NULL,
- &cwd);
+ server_event_context(),
+ server_messaging_context(),
+ &conn, snum, connect_path, NULL,
+ &cwd);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(3, ("create_conn_struct failed: %s\n",
nt_errstr(status)));