]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: Remove an unused structure field
authorVolker Lendecke <vl@samba.org>
Thu, 22 Mar 2012 13:18:13 +0000 (14:18 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 22 Mar 2012 13:18:34 +0000 (14:18 +0100)
source3/smbd/server.c

index 851b4608a7e7f32ac7559d29bf8784081219c5af..9cc88d4d1a4df6667077ac37050e13aa141ca3c9 100644 (file)
@@ -57,8 +57,6 @@ struct smbd_parent_context {
        /* the list of current child processes */
        struct smbd_child_pid *children;
        size_t num_children;
-       /* pipe for detecting death of parent process in child: */
-       int child_pipe[2];
 
        struct timed_event *cleanup_te;
 };