Add utility function cli_in_chain()
authorVolker Lendecke <vl@sernet.de>
Tue, 9 Sep 2008 12:37:17 +0000 (14:37 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 9 Sep 2008 15:37:34 +0000 (17:37 +0200)
commit6ba8c105c541636ee79e20eb7c5547ed6d8117e2
tree5c7742f58e858f6e591c3b9fa1ca7e2435175301
parent6344b8ec27809950810024956161e041d6e83753
Add utility function cli_in_chain()

This gives a hint whether a function is called from within the middle of a
chain. In particular the trans calls don't really like this.
(This used to be commit 4252b32db5ef7483f2c5c52312b6e6dc68d1d687)
source3/include/async_smb.h
source3/libsmb/async_smb.c