~xnox/upstart/workaround-1234743

« back to all changes in this revision

Viewing changes to extra/upstart-local-bridge.c

  • Committer: James Hunt
  • Date: 2013-08-22 11:03:28 UTC
  • mfrom: (1517.1.3 upstart)
  • Revision ID: james.hunt@ubuntu.com-20130822110328-1gmg7rccxqoczyin
* Merge of lp:~xnox/upstart/compiler-warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
        socklen_t           client_len;
517
517
        nih_local char     *buffer = NULL;
518
518
        ClientConnection   *client;
519
 
        size_t              len;
 
519
        socklen_t           len;
520
520
 
521
521
        nih_assert (sock);
522
522
        nih_assert (watch);