#4140 SSS_INI: Fix syntax error in sss_ini_add_snippets
Merged 4 years ago by pbrezina. Opened 4 years ago by lslebodn.
SSSD/ lslebodn/sssd sss_ini_fixes  into  master

file modified
+1 -1
@@ -320,7 +320,7 @@ 

      return ret;

  

  #else /* HAVE_LIBINI_CONFIG_V1_3 */

-     return EOK

+     return EOK;

  #endif /* ! HAVE_LIBINI_CONFIG_V1_3 */

  }

  

  CC     src/util/libsss_util_la-sss_ini.lo
    src/util/sss_ini.c: In function ‘sss_ini_add_snippets’:
    src/util/sss_ini.c:325: error: expected ‘;’ before ‘}’ token

@thalman, you did changes in that file as the latest one.
Please take a look

HI,

I guess @thalman won't mind if I ACK this patch for him.

bye,
Sumit

Commit b47edd9 fixes this pull-request

Pull-Request has been merged by pbrezina

4 years ago
  • master
    • b47edd9 - SSS_INI: Fix syntax error in sss_ini_add_snippets
Metadata