]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.c
Fix comment on SHA1 implementation.
[osl.git] / osl.c
diff --git a/osl.c b/osl.c
index 80bec0f4fb8fcc8b7ea38b9329a3aa04a54feacd..66661969e3720193d7f7af4c5295ee02d8db13d5 100644 (file)
--- a/osl.c
+++ b/osl.c
@@ -1702,6 +1702,7 @@ __export int osl_get_nth_row(const struct osl_table *t, unsigned col_num,
        unsigned num_rows;
        int ret;
 
+       *result = NULL;
        if (n == 0)
                return -E_OSL_RB_KEY_NOT_FOUND;
        ret = osl_get_num_rows(t, &num_rows);