diff options
author | Kai Blin <kai@samba.org> | 2008-05-13 13:52:58 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-05-20 14:27:47 +0200 |
commit | c9ca6092fe040751b4aaaeb2b7bfe8800bdb0daf (patch) | |
tree | c837c742f8d411a00aeaaa98e0dfee9e4ee88fc6 /source3/utils/net.c | |
parent | 007f0e19dc4c6afc2d5f97d7f89932d4eff7d354 (diff) | |
download | samba-c9ca6092fe040751b4aaaeb2b7bfe8800bdb0daf.tar.gz samba-c9ca6092fe040751b4aaaeb2b7bfe8800bdb0daf.tar.xz samba-c9ca6092fe040751b4aaaeb2b7bfe8800bdb0daf.zip |
net: Split out "net file"
(This used to be commit 84a116be9c849900678e6e0a4b012e819e697c78)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r-- | source3/utils/net.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index 614d3f1ea28..bc5eb720693 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -615,13 +615,6 @@ static int net_share(struct net_context *c, int argc, const char **argv) return net_rap_share(c, argc, argv); } -static int net_file(struct net_context *c, int argc, const char **argv) -{ - if (net_rpc_check(c, 0)) - return net_rpc_file(c, argc, argv); - return net_rap_file(c, argc, argv); -} - /* Retrieve our local SID or the SID for the specified name */ |