~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to modules/afmongodb/libmongo-client/src/mongo-utils.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
mongo_util_oid_new_with_time (gint32 ts, gint32 seq)
60
60
{
61
61
  guint8 *oid;
62
 
  time_t t = GINT32_TO_BE (ts);
 
62
  gint32 t = GINT32_TO_BE (ts);
63
63
  gint32 tmp = GINT32_TO_BE (seq);
64
64
 
65
65
  if (machine_id == 0 || pid == 0)