~ubuntu-branches/ubuntu/saucy/ldb/saucy

« back to all changes in this revision

Viewing changes to common/ldb_ldif.c

  • Committer: Package Import Robot
  • Author(s): Andrew Bartlett
  • Date: 2013-02-12 19:02:05 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130212190205-gkz9ztqkv1k1v07x
Tags: 1:1.1.15-1.1
* Non-maintainer upload.
* New upstream release.
* Drop 01_exclude_symbols, now upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
                
334
334
                if (in_trace && secret_attributes && ldb_attr_in_list(secret_attributes, msg->elements[i].name)) {
335
335
                        /* Deliberatly skip printing this password */
336
 
                        ret = fprintf_fn(private_data, "# %s::: REDACTED SECRET ATTRIBUTE",
 
336
                        ret = fprintf_fn(private_data, "# %s::: REDACTED SECRET ATTRIBUTE\n",
337
337
                                         msg->elements[i].name);
338
338
                        CHECK_RET;
339
339
                        continue;