libsmb: Replace async cli_ntcreate by cli_create
commit37f8cb104f9c0a8d5c1bfdb407567626aa6e226b
authorVolker Lendecke <vl@samba.org>
Fri, 20 Jun 2014 08:50:17 +0000 (20 08:50 +0000)
committerVolker Lendecke <vl@samba.org>
Sat, 21 Jun 2014 18:38:11 +0000 (21 20:38 +0200)
treeaac6c5133643de53310e08e4d9fa3bbd56d780b6
parent891e63b4bef9ca28fedd311a0e02192e9a0ded19
libsmb: Replace async cli_ntcreate by cli_create

Done by rename cli_ntcreate_send/recv to cli_ntcreate1_send/recv and
cli_create_send/recv to cli_ntcreate_send/recv

Possibly cli_create might be the better name, but I am sooo used to
cli_ntcreate() that I don't really want to rename this ;-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clifile.c
source3/libsmb/proto.h