[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1317-gedaf52a

Michael Adam obnox at samba.org
Sun Jan 13 11:53:07 GMT 2008


The branch, v3-2-test has been updated
       via  edaf52a301a38824c8beb30c49fba27c8fb0461a (commit)
      from  c2a9346faa26e79af5948197a1b322e545f0ed09 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit edaf52a301a38824c8beb30c49fba27c8fb0461a
Author: Michael Adam <obnox at samba.org>
Date:   Sun Jan 13 12:52:25 2008 +0100

    Fix Compiler warnings by including the proper header.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/rpc_server/srv_wkssvc_nt.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_wkssvc_nt.c b/source/rpc_server/srv_wkssvc_nt.c
index b30a7f8..849ec9c 100644
--- a/source/rpc_server/srv_wkssvc_nt.c
+++ b/source/rpc_server/srv_wkssvc_nt.c
@@ -22,8 +22,7 @@
 /* This is the implementation of the wks interface. */
 
 #include "includes.h"
-#include "libnet/libnet_join.h"
-#include "libnet/libnet_proto.h"
+#include "libnet/libnet.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_RPC_SRV


-- 
Samba Shared Repository


More information about the samba-cvs mailing list