Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h5
1 files changed, 0 insertions, 5 deletions
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