From f9ff7058ac03aeb856220e16a5d64f5602e7a985 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 30 Oct 2006 16:21:25 +0000 Subject: get first working version of end-to-end test of nss call using simple test program git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@32 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nslcd.h') diff --git a/nslcd.h b/nslcd.h index 5c1c943..628c2ac 100644 --- a/nslcd.h +++ b/nslcd.h @@ -29,7 +29,6 @@ int32 NSLCD_RT_* int32 length(name) ... name - int32 NSLCD_MAGIC (any messages not fitting this should be ignored closing the connection) A response looks like: @@ -141,10 +140,6 @@ return NSLCD_RS_* /* The current version of the protocol. */ #define NSLCD_VERSION 1 -/* The magic number passed back and forth. This is to reducte the change of - handling non-valid requests (e.g. some random data). */ -#define NSLCD_MAGIC 0x8642 - /* Request types. */ #define NSLCD_RT_GETPWBYNAME 1001 #define NSLCD_RT_GETPWBYUID 1002 -- cgit v1.2.3