The Samba-Bugzilla – Attachment 2822 Details for
Bug 4792
Off by one pidfile name error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.0.25b
samba_pidfile.patch (text/plain), 544 bytes, created by
David Gajewski
on 2007-07-16 12:44:38 UTC
(
hide
)
Description:
Patch for 3.0.25b
Filename:
MIME Type:
Creator:
David Gajewski
Created:
2007-07-16 12:44:38 UTC
Size:
544 bytes
patch
obsolete
>diff -ur samba-3.0.25b/source/lib/pidfile.c samba-3.0.25b_pidfix/source/lib/pidfile.c >--- samba-3.0.25b/source/lib/pidfile.c Mon Apr 9 13:30:57 2007 >+++ samba-3.0.25b_pidfix/source/lib/pidfile.c Mon Jul 16 13:06:01 2007 >@@ -100,7 +100,7 @@ > /* full/relative path provided */ > short_configfile++; > } >- slprintf( name, sizeof( name)-1, "%s-%s", program_name, short_configfile+1); >+ slprintf( name, sizeof( name)-1, "%s-%s", program_name, short_configfile); > } > > slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name);
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 4792
: 2822 |
2823