summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-06-20 10:00:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:45 -0500
commit62aabf5630b57090dfb1ca3d924459c3b44123c9 (patch)
tree80573409ce9227311e4d3000dcb3a3545124dd98 /source4/include
parentf1eef54ba8b16ed7b354ad457dbbadce26ebb807 (diff)
downloadsamba-62aabf5630b57090dfb1ca3d924459c3b44123c9.tar.gz
samba-62aabf5630b57090dfb1ca3d924459c3b44123c9.tar.bz2
samba-62aabf5630b57090dfb1ca3d924459c3b44123c9.zip
r1204: decrpc -> dcerpc
(This used to be commit a5e3a26fc9a7e2c616302ed3b4a021f5755a4a13)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/local.h2
1 files changed, 1 insertions, 1 deletions
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