Displaying 1 result from an estimated 1 matches for "stdout_log".
Did you mean:
stdout_flag
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...an
-------------- next part --------------
--- samba-2.0.7-orig/source/lib/debug.c Wed Apr 26 01:06:50 2000
+++ samba-2.0.7/source/lib/debug.c Mon Jul 31 15:43:25 2000
@@ -168,6 +168,10 @@
*/
void setup_logging( char *pname, BOOL interactive )
{
+ /* reset to allow multiple setup calls */
+ stdout_logging = False;
+ dbf = NULL;
+
if( interactive )
{
stdout_logging = True;
--- samba-2.0.7-orig/source/client/smbmount.c Wed Apr 26 01:06:42 2000
+++ samba-2.0.7/source/client/smbmount.c Mon Jul 31 16:25:00 2000
@@ -27,18 +27,12 @@
#include <asm/types.h>
#include <linux/smb_fs...