~ubuntu-branches/ubuntu/quantal/aiccu/quantal

« back to all changes in this revision

Viewing changes to .pc/08_setup_script.patch/common/aiccu.c

  • Committer: Package Import Robot
  • Author(s): Lars Duesing
  • Date: 2012-06-01 09:57:52 UTC
  • mfrom: (7.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120601095752-2pfc50n7trkjo2d2
Tags: 20070115-15ubuntu1
* Merge from current Debian sid. Remaining changes:
  - debian/aiccu.upstart: add upstart configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        int ret;
59
59
#define CAFILE "ca.pem"
60
60
#endif
 
61
#ifndef _WIN32
 
62
        openlog(NULL, LOG_PID, LOG_DAEMON);
 
63
#endif
61
64
        /* Allocate & Initialize */
62
65
        g_aiccu = (struct AICCU_conf *)malloc(sizeof(*g_aiccu));
63
66
        if (!g_aiccu) return false;