The Samba-Bugzilla – Attachment 142 Details for
Bug 455
Getting compiler error on Samba-3.0-rc4 when using gcc.3.2.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for in-memory keytab configure test
bug455.patch (text/plain), 793 bytes, created by
Tim Potter
on 2003-09-16 00:35:56 UTC
(
hide
)
Description:
Patch for in-memory keytab configure test
Filename:
MIME Type:
Creator:
Tim Potter
Created:
2003-09-16 00:35:56 UTC
Size:
793 bytes
patch
obsolete
>Index: configure.in >=================================================================== >RCS file: /data/cvs/samba/source/configure.in,v >retrieving revision 1.300.2.167 >diff -c -u -r1.300.2.167 configure.in >cvs server: conflicting specifications of output style >--- configure.in 14 Sep 2003 19:18:48 -0000 1.300.2.167 >+++ configure.in 16 Sep 2003 07:34:52 -0000 >@@ -2637,11 +2637,11 @@ > > krb5_init_context(&context); > if (krb5_kt_resolve(context, "MEMORY:", &keytab)) >- exit(0); >- exit(1); >+ exit(1); >+ exit(0); > }], >- samba_cv_HAVE_MEMORY_KEYTAB=no, >- samba_cv_HAVE_MEMORY_KEYTAB=yes)]) >+ samba_cv_HAVE_MEMORY_KEYTAB=yes, >+ samba_cv_HAVE_MEMORY_KEYTAB=no)]) > > if test x"$samba_cv_HAVE_MEMORY_KEYTAB" = x"yes"; then > AC_DEFINE(HAVE_MEMORY_KEYTAB,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 455
: 142