diff options
author | Tim Prouty <tprouty@samba.org> | 2009-03-23 11:55:58 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-03-23 11:55:58 -0700 |
commit | 866afd5d0b1a4a9429f5cdeae01409a15770b6e3 (patch) | |
tree | 19898069602337fa501d08ed15a241f7e9944f18 /source3/param | |
parent | 36b957b5b7a1f70e39eeef224820739f24b999c9 (diff) | |
download | samba-866afd5d0b1a4a9429f5cdeae01409a15770b6e3.tar.gz samba-866afd5d0b1a4a9429f5cdeae01409a15770b6e3.tar.bz2 samba-866afd5d0b1a4a9429f5cdeae01409a15770b6e3.zip |
s3: Remove redundant comment
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8460fea567..66fb8bf1bc 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -9542,10 +9542,6 @@ const char *lp_printcapname(void) return PRINTCAP_NAME; } -/******************************************************************* - Ensure we don't use sendfile if server smb signing is active. -********************************************************************/ - static uint32 spoolss_state; bool lp_disable_spoolss( void ) |