1
0
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:
Stefan Metzmacher 2005-09-09 16:00:02 +00:00 committed by Gerald (Jerry) Carter
parent 899ffd9ba0
commit 63ef3c7fdc
4 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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

View File

@ -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)) { \