[BACK]Return to ldapclient.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ldap

Diff for /src/usr.bin/ldap/ldapclient.c between version 1.8 and 1.9

version 1.8, 2018/11/06 20:38:42 version 1.9, 2018/11/07 13:58:51
Line 435 
Line 435 
                         }                          }
   
                         /* Base64 is indicated with a double-colon */                          /* Base64 is indicated with a double-colon */
                         if (asprintf(&p, "%s: %s", key, out) == -1) {                          if (asprintf(&p, "%s:: %s", key, out) == -1) {
                                 log_warnx("asprintf");                                  log_warnx("asprintf");
                                 free(out);                                  free(out);
                                 return (-1);                                  return (-1);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9