The branch, master has been updated
       via  1aed373... s4:lib/registry/util.c - Reintroduce "FIXME"s
      from  b0dd364... net: Add some German translation

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1aed373b119b98bf767ab02ea14940d017ad3868
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Wed Dec 30 12:39:55 2009 +0100

    s4:lib/registry/util.c - Reintroduce "FIXME"s
    
    Jelmer suggested to put them in again.

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

Summary of changes:
 source4/lib/registry/util.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/registry/util.c b/source4/lib/registry/util.c
index f9ea2a1..5d451df 100644
--- a/source4/lib/registry/util.c
+++ b/source4/lib/registry/util.c
@@ -89,6 +89,7 @@ _PUBLIC_ char *reg_val_data_string(TALLOC_CTX *mem_ctx,
                        /* FIXME: We don't support this yet */
                        break;
                default:
+                       /* FIXME */
                        /* Other datatypes aren't supported -> return "NULL" */
                        break;
        }
@@ -156,6 +157,7 @@ _PUBLIC_ bool reg_string_to_val(TALLOC_CTX *mem_ctx,
                        /* FIXME: We don't support this yet */
                        return false;
                default:
+                       /* FIXME */
                        /* Other datatypes aren't supported -> return no 
success */
                        return false;
        }


-- 
Samba Shared Repository

Reply via email to