~ubuntu-branches/ubuntu/wily/389-ds-base/wily-proposed

« back to all changes in this revision

Viewing changes to ldap/servers/slapd/control.c

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mto: (19.1.1 experimental) (0.3.1)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20140708155011-48naeyka2x89ew8g
Tags: upstream-1.3.2.19
ImportĀ upstreamĀ versionĀ 1.3.2.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
                slapi_pblock_set(pb, SLAPI_REQCONTROLS, NULL);
367
367
                slapi_pblock_set(pb, SLAPI_MANAGEDSAIT, &ctrl_not_found);
368
368
                slapi_pblock_set(pb, SLAPI_PWPOLICY, &ctrl_not_found);
369
 
                slapi_log_error(SLAPI_LOG_CONNS, "connection", "Warning: conn=%d op=%d contains an empty list of controls\n",
370
 
                        (int)pb->pb_conn->c_connid, pb->pb_op->o_opid);
 
369
                slapi_log_error(SLAPI_LOG_CONNS, "connection", "Warning: conn=%" NSPRIu64 " op=%d contains an empty list of controls\n",
 
370
                        (long long unsigned int)pb->pb_conn->c_connid, pb->pb_op->o_opid);
371
371
        } else {
372
372
                if ((tag != LBER_END_OF_SEQORSET) && (len != -1)) {
373
373
                        goto free_and_return;