The Samba-Bugzilla – Attachment 9550 Details for
Bug 10349
Incorrect comparison in source3/torture/pdbtest.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pdbtest.diff (text/plain), 535 bytes, created by
herwin
on 2013-12-25 18:16:16 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
herwin
Created:
2013-12-25 18:16:16 UTC
Size:
535 bytes
patch
obsolete
>diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c >index 17da455..df2c326 100644 >--- a/source3/torture/pdbtest.c >+++ b/source3/torture/pdbtest.c >@@ -117,7 +117,7 @@ static bool samu_correct(struct samu *s1, struct samu *s2) > DEBUG(0, ("Password history is not set\n")); > } else if (d1_buf == NULL) { > /* Do nothing */ >- } else if (s1_len != s1_len) { >+ } else if (s1_len != s2_len) { > DEBUG(0, ("Password history not written correctly, lengths differ, want %d, got %d\n", > s1_len, s2_len)); > ret = False;
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 10349
: 9550