Bugzilla – Attachment 49407 Details for
Bug 106751
smbd would not start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
64bit fix
samba3-x64_64-secdesc_merge.diff (text/plain), 423 bytes, created by
Guenther Deschner
on 2005-09-09 14:08:08 UTC
(
hide
)
Description:
64bit fix
Filename:
MIME Type:
Creator:
Guenther Deschner
Created:
2005-09-09 14:08:08 UTC
Size:
423 bytes
patch
obsolete
>Index: source/printing/nt_printing.c >=================================================================== >--- source/printing/nt_printing.c (revision 10112) >+++ source/printing/nt_printing.c (working copy) >@@ -342,7 +342,8 @@ > SEC_DESC *sec, *new_sec; > TALLOC_CTX *ctx = state; > int result, i; >- uint32 sd_size, size_new_sec; >+ uint32 sd_size; >+ size_t size_new_sec; > DOM_SID sid; > > if (!data.dptr || data.dsize == 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 106751
: 49407 |
49408
|
49467