diff options
Diffstat (limited to 'source3/rpc_client/ncacn_np_use.c')
-rw-r--r-- | source3/rpc_client/ncacn_np_use.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/rpc_client/ncacn_np_use.c b/source3/rpc_client/ncacn_np_use.c index 12c2f2381d..0ab2802cc1 100644 --- a/source3/rpc_client/ncacn_np_use.c +++ b/source3/rpc_client/ncacn_np_use.c @@ -20,6 +20,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/************************************************************* + Ever wonder where Luke comes up with some of these names? + + (N)etwork (C)omputing (A)rchitechture ??? + + get it? --jerry +*************************************************************/ + + #define NO_SYSLOG #include "includes.h" |