The Samba-Bugzilla – Attachment 6103 Details for
Bug 3185
testparm exits 0 if it can read the config file regardless of errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
return false on EOF
probably.diff (text/plain), 503 bytes, created by
Holger Hetterich
on 2010-12-03 12:45:43 UTC
(
hide
)
Description:
return false on EOF
Filename:
MIME Type:
Creator:
Holger Hetterich
Created:
2010-12-03 12:45:43 UTC
Size:
503 bytes
patch
obsolete
>diff --git a/lib/util/params.c b/lib/util/params.c >index 8d17e0d..45fcd5b 100644 >--- a/lib/util/params.c >+++ b/lib/util/params.c >@@ -358,7 +358,7 @@ static bool Parameter( myFILE *InFile, bool (*pfunc)(const char *, const char *, > case EOF: > InFile->bufr[i] = '\0'; > DEBUG(1,("%s Unexpected end-of-file at: %s\n", func, InFile->bufr )); >- return( true ); >+ return( false ); > > default: > if( isspace( c ) ) /* One ' ' per whitespace region. */
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 3185
: 6103 |
6108