s3:smbd: remove pointless respond_to_all_remaining_local_messages() function
authorStefan Metzmacher <metze@samba.org>
Fri, 23 Jan 2009 09:07:45 +0000 (10:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 27 Jan 2009 14:28:10 +0000 (15:28 +0100)
commit4a2271349503933776f9d2791edfcb874a2c7261
treea8fa8ab63ea63c4efdf576cecf659cf45cce062d
parentb8c416fe2ac37b3ba0124811cfeddf2015c8d31f
s3:smbd: remove pointless respond_to_all_remaining_local_messages() function

This the process_kernel_oplock() function never response to messages,
it only generates messages to ourself.

metze
source3/include/proto.h
source3/smbd/process.c
source3/smbd/server.c