The Samba-Bugzilla – Attachment 2039 Details for
Bug 3933
"broken pipe" problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
debug-patch
session.diff (text/plain), 709 bytes, created by
Sven Strickroth
on 2006-07-15 14:50:56 UTC
(
hide
)
Description:
debug-patch
Filename:
MIME Type:
Creator:
Sven Strickroth
Created:
2006-07-15 14:50:56 UTC
Size:
709 bytes
patch
obsolete
>--- session.c.orig 2006-07-15 21:46:03.000000000 +0200 >+++ session.c 2006-07-14 23:30:03.000000000 +0200 >@@ -219,8 +219,10 @@ > struct in_addr *client_ip; > TDB_DATA key; > >+ if (lp_mysqllogginglog()) { DEBUG(0,("1")); } > if (!tdb) return; > >+ if (lp_mysqllogginglog()) { DEBUG(0,("2")); } > if (!vuser->session_keystr) { > return; > } >@@ -229,7 +231,7 @@ > key.dsize = strlen(vuser->session_keystr)+1; > > dbuf = tdb_fetch(tdb, key); >- >+ if (lp_mysqllogginglog()) { DEBUG(0,("3")); } > if (dbuf.dsize != sizeof(sessionid)) > return; > >@@ -246,6 +248,7 @@ > } > > #ifdef mysqllogging >+ if (lp_mysqllogginglog()) { DEBUG(0,("4")); } > if (lp_mysqllogging()) { > MYSQL *handle; > handle = mysql_init(NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3933
:
2035
|
2036
|
2039
|
2040
|
2102
|
2121