From 62aabf5630b57090dfb1ca3d924459c3b44123c9 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 20 Jun 2004 10:00:32 +0000 Subject: r1204: decrpc -> dcerpc (This used to be commit a5e3a26fc9a7e2c616302ed3b4a021f5755a4a13) --- source4/include/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/local.h b/source4/include/local.h index 81dd7e8b20..3f0f8618aa 100644 --- a/source4/include/local.h +++ b/source4/include/local.h @@ -227,7 +227,7 @@ /* size of listen() backlog in smbd */ #define SMBD_LISTEN_BACKLOG 10 -/* the range of ports to try for decrpc over tcp endpoints */ +/* the range of ports to try for dcerpc over tcp endpoints */ #define DCERPC_TCP_LOW_PORT 1024 #define DCERPC_TCP_HIGH_PORT 1300 -- cgit