diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-02 10:55:20 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-09 12:40:08 +0200 |
commit | d057116cc2e454ba097d0dcb22e16108a05a4a1b (patch) | |
tree | aee1503507f6a5d54b92284a57f758b80fa70820 /source4/smbd | |
parent | 174893c312f700105f8cda069cdb3b51a5aa602c (diff) | |
download | samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.gz samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.tar.bz2 samba-d057116cc2e454ba097d0dcb22e16108a05a4a1b.zip |
server_id.idl: Bring server_id.idl in common
Andrew Bartlett
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/service_stream.h | 2 | ||||
-rw-r--r-- | source4/smbd/service_task.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h index 6590bc0ea0..e098a690f1 100644 --- a/source4/smbd/service_stream.h +++ b/source4/smbd/service_stream.h @@ -23,7 +23,7 @@ #ifndef __SERVICE_STREAM_H__ #define __SERVICE_STREAM_H__ -#include "librpc/gen_ndr/server_id4.h" +#include "librpc/gen_ndr/server_id.h" /* modules can use the following to determine if the interface has changed * please increment the version number after each interface change diff --git a/source4/smbd/service_task.h b/source4/smbd/service_task.h index 34b41d9f04..ded4590daf 100644 --- a/source4/smbd/service_task.h +++ b/source4/smbd/service_task.h @@ -22,7 +22,7 @@ #ifndef __SERVICE_TASK_H__ #define __SERVICE_TASK_H__ -#include "librpc/gen_ndr/server_id4.h" +#include "librpc/gen_ndr/server_id.h" struct task_server { struct tevent_context *event_ctx; |