diff options
author | Volker Lendecke <vl@samba.org> | 2009-11-17 15:15:35 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-17 15:16:28 +0100 |
commit | b1ed9a8963844bbc80210cf108d491a47b5029a7 (patch) | |
tree | ba9885b844a9d1b7f2d511e0fc2b49156d7d92aa /source3/libsmb/clifsinfo.c | |
parent | 4532f683a768462b069264577afb4f301a75f4ef (diff) | |
download | samba-b1ed9a8963844bbc80210cf108d491a47b5029a7.tar.gz samba-b1ed9a8963844bbc80210cf108d491a47b5029a7.tar.xz samba-b1ed9a8963844bbc80210cf108d491a47b5029a7.zip |
s3: Fix the build on Solaris
Diffstat (limited to 'source3/libsmb/clifsinfo.c')
-rw-r--r-- | source3/libsmb/clifsinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clifsinfo.c b/source3/libsmb/clifsinfo.c index 00fd47264b2..3e9740d1534 100644 --- a/source3/libsmb/clifsinfo.c +++ b/source3/libsmb/clifsinfo.c @@ -208,7 +208,7 @@ static void cli_set_unix_extensions_capabilities_done( { NTSTATUS status = cli_trans_recv(subreq, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL, 0, NULL); - return tevent_req_simple_finish_ntstatus(subreq, status); + tevent_req_simple_finish_ntstatus(subreq, status); } NTSTATUS cli_set_unix_extensions_capabilities_recv(struct tevent_req *req) |