From 7cbd740c62238406e64819e3594caeca341a25c9 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Wed, 15 Jun 2005 14:24:11 +0000 Subject: r7609: Move top level dir handling in from of the loop. This makes the code much straither. copy_top_level_perms() is jra's work. I modified the copy_top_level_perms() function to use the copy_clistate. And I don't forget trunk. Lars (This used to be commit 2c68568e5232c057d4f76f4bb044c54d18272602) --- source3/utils/net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/utils/net.h') diff --git a/source3/utils/net.h b/source3/utils/net.h index ebabf605dd..c67786cf9e 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -31,7 +31,6 @@ typedef struct copy_clistate { struct cli_state *cli_share_src; struct cli_state *cli_share_dst; char *cwd; - BOOL top_level_dir; uint16 attribute; int mode; }copy_clistate; -- cgit