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)
commit4252b32db5ef7483f2c5c52312b6e6dc68d1d687
treec2b551460e212ccfd062593d8503bad4a03efe4a
parentd611f599b45ad9dad1027a16a0e8da7d4b96e608
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.
source/include/async_smb.h
source/libsmb/async_smb.c