summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-02-09 10:43:56 -0800
committerJeremy Allison <jra@samba.org>2011-02-09 21:21:04 +0100
commitc377b0e71893e2c054a179aa6e3f8c6742be0371 (patch)
tree0c0b8025b61fdede776a4e84f78002a7fdcf8437 /source3/libsmb/cli_np_tstream.c
parent344e4cd2801805faf38b86f7f33b05e204452532 (diff)
downloadsamba-c377b0e71893e2c054a179aa6e3f8c6742be0371.tar.gz
samba-c377b0e71893e2c054a179aa6e3f8c6742be0371.tar.bz2
samba-c377b0e71893e2c054a179aa6e3f8c6742be0371.zip
Fix up some buildfarm warnings.
Diffstat (limited to 'source3/libsmb/cli_np_tstream.c')
-rw-r--r--source3/libsmb/cli_np_tstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cli_np_tstream.c b/source3/libsmb/cli_np_tstream.c
index 898b40509c..1f9e5ffd36 100644
--- a/source3/libsmb/cli_np_tstream.c
+++ b/source3/libsmb/cli_np_tstream.c
@@ -82,7 +82,7 @@ static int tstream_cli_np_destructor(struct tstream_cli_np *cli_nps)
* We can't do much on failure
*/
return 0;
-};
+}
struct tstream_cli_np_open_state {
struct cli_state *cli;