mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r10113: rename libcli/wins to libcli/wrepl
metze (This used to be commit d8b84112bb40605b07a77ab5f7a44ac1807ccc59)
This commit is contained in:
parent
899ffd9ba0
commit
63ef3c7fdc
@ -55,7 +55,7 @@ REQUIRED_SUBSYSTEMS = LIBCLI_LDAP
|
||||
|
||||
[SUBSYSTEM::LIBCLI_WREPL]
|
||||
ADD_OBJ_FILES = \
|
||||
libcli/wins/winsrepl.o
|
||||
libcli/wrepl/winsrepl.o
|
||||
REQUIRED_SUBSYSTEMS = NDR_WINSREPL SOCKET LIBEVENTS
|
||||
|
||||
[SUBSYSTEM::LIBCLI_RESOLVE]
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "lib/events/events.h"
|
||||
#include "dlinklist.h"
|
||||
#include "lib/socket/socket.h"
|
||||
#include "libcli/wins/winsrepl.h"
|
||||
#include "libcli/wrepl/winsrepl.h"
|
||||
|
||||
/*
|
||||
mark all pending requests as dead - called when a socket error happens
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "libcli/nbt/libnbt.h"
|
||||
#include "libcli/wins/winsrepl.h"
|
||||
#include "libcli/wrepl/winsrepl.h"
|
||||
|
||||
#define CHECK_STATUS(status, correct) do { \
|
||||
if (!NT_STATUS_EQUAL(status, correct)) { \
|
||||
|
Loading…
x
Reference in New Issue
Block a user