The Samba-Bugzilla – Attachment 1360 Details for
Bug 2520
smbd/chgpasswd.c needs type cast on dump_data() parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove semicolon
cli.patch (text/plain), 757 bytes, created by
Jason Mader (mail bounces back)
on 2005-08-09 09:30:07 UTC
(
hide
)
Description:
remove semicolon
Filename:
MIME Type:
Creator:
Jason Mader (mail bounces back)
Created:
2005-08-09 09:30:07 UTC
Size:
757 bytes
patch
obsolete
>Index: libsmb/clirap2.c >=================================================================== >--- libsmb/clirap2.c (revision 9224) >+++ libsmb/clirap2.c (working copy) >@@ -97,7 +97,7 @@ > #define PUTSTRINGF(p,s,l) do {\ > push_ascii(p,s?s:"",l,STR_TERMINATE);\ > p += l;\ >- } while (0) >+ } while(0) > /* put string pointer at p, supplying offset o from rdata r, store */ > /* dword offset at p, increment p by 4 and o by length of s. This */ > /* means on the first call, you must calc the offset yourself! */ >@@ -107,7 +107,7 @@ > PUTDWORD(p,o);\ > o += strlen(s) + 1;\ > } else PUTDWORD(p,0);\ >- }while(0); >+ } while(0) > /* get asciiz string s from p, increment p past string */ > #define GETSTRING(p,s) do {\ > pull_ascii_pstring(s,p);\
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 2520
:
1360