[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2149-g4c2f0e0

Michael Adam obnox at samba.org
Wed Feb 13 00:46:59 GMT 2008


The branch, v3-2-test has been updated
       via  4c2f0e027d2d0c5c5845550b72e6568c503f6cf9 (commit)
      from  303a3eb128b410be0f4ebb936cd3b983e639c07f (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 4c2f0e027d2d0c5c5845550b72e6568c503f6cf9
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 13 01:39:49 2008 +0100

    Fix copy & paste typo in function prototype.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/include/dynconfig.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/dynconfig.h b/source/include/dynconfig.h
index fac027c..57909bc 100644
--- a/source/include/dynconfig.h
+++ b/source/include/dynconfig.h
@@ -61,7 +61,7 @@ bool is_default_dyn_LOGFILEBASE(void);
 
 const char *get_dyn_LMHOSTSFILE(void);
 const char *set_dyn_LMHOSTSFILE(const char *newpath);
-bool is_default_dyn_LOGFILEBASE(void);
+bool is_default_dyn_LMHOSTSFILE(void);
 
 const char *get_dyn_CODEPAGEDIR(void);
 const char *set_dyn_CODEPAGEDIR(const char *newpath);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list