The Samba-Bugzilla – Attachment 3859 Details for
Bug 6017
magic script does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix this bug
close.c.diff (text/plain), 432 bytes, created by
TAKAHASHI Motonobu
on 2009-01-06 17:43:24 UTC
(
hide
)
Description:
Patch to fix this bug
Filename:
MIME Type:
Creator:
TAKAHASHI Motonobu
Created:
2009-01-06 17:43:24 UTC
Size:
432 bytes
patch
obsolete
>--- close.c.org 2008-12-10 20:12:23.000000000 +0900 >+++ close.c 2009-01-06 16:36:48.000000000 +0900 >@@ -67,10 +67,12 @@ > return; > } > >+ p = talloc_asprintf(ctx, "./%s", fsp->fsp_name); >+ > chmod(fsp->fsp_name,0755); >- ret = smbrun(fsp->fsp_name,&tmp_fd); >+ ret = smbrun(p,&tmp_fd); > DEBUG(3,("Invoking magic command %s gave %d\n", >- fsp->fsp_name,ret)); >+ p,ret)); > > unlink(fsp->fsp_name); > if (ret != 0 || tmp_fd == -1) {
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 6017
: 3859