The Samba-Bugzilla – Attachment 2121 Details for
Bug 3933
"broken pipe" problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
second debug-patch (w/o mysql-stuff)
debug.patch (text/plain), 612 bytes, created by
Sven Strickroth
on 2006-09-04 19:12:59 UTC
(
hide
)
Description:
second debug-patch (w/o mysql-stuff)
Filename:
MIME Type:
Creator:
Sven Strickroth
Created:
2006-09-04 19:12:59 UTC
Size:
612 bytes
patch
obsolete
>--- session.c 2006-04-20 04:29:19.000000000 +0200 >+++ session.c 2006-09-05 02:01:59.000000000 +0200 >@@ -167,8 +167,12 @@ > struct in_addr *client_ip; > TDB_DATA key; > >+ DEBUG(0,("1\n")); >+ > if (!tdb) return; > >+ DEBUG(0,("2\n")); >+ > if (!vuser->session_keystr) { > return; > } >@@ -178,6 +182,8 @@ > > dbuf = tdb_fetch(tdb, key); > >+ DEBUG(0,("3\n")); >+ > if (dbuf.dsize != sizeof(sessionid)) > return; > >@@ -193,6 +199,7 @@ > sessionid.id_str, sessionid.id_num); > } > >+ DEBUG(0,("4\n")); > smb_pam_close_session(sessionid.username, sessionid.id_str, sessionid.hostname); > > tdb_delete(tdb, key);
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