summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-04-09 08:28:18 +0000
committerLuke Leighton <lkcl@samba.org>2000-04-09 08:28:18 +0000
commit13367d1a9cb639eca1364061d5a368631f8f3b3d (patch)
tree80f5fcf7b2cb6f203e4dc2af09306e4977098359
parentbb9e621ab2de5bc2258831586628e07c62260e6d (diff)
downloadsamba-13367d1a9cb639eca1364061d5a368631f8f3b3d.tar.gz
samba-13367d1a9cb639eca1364061d5a368631f8f3b3d.tar.xz
samba-13367d1a9cb639eca1364061d5a368631f8f3b3d.zip
lost smbd_pid in initialisation.
-rw-r--r--source/smbd/conn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/conn.c b/source/smbd/conn.c
index 83289b21848..6d365ab2a41 100644
--- a/source/smbd/conn.c
+++ b/source/smbd/conn.c
@@ -110,6 +110,7 @@ connection_struct *conn_new(void)
ZERO_STRUCTP(conn);
conn->cnum = i;
+ conn->smbd_pid = getpid();
bitmap_set(bmap, i);