~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to tools/corosync-cfgtool.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Loschwitz
  • Date: 2011-10-19 14:32:18 UTC
  • mfrom: (1.1.6 upstream) (5.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20111019143218-ew8phl0raqyog844
Tags: 1.4.2-1
* Changed my email address in debian/control
* Add corosync-blackbox to the corosync package
* Imported Upstream version 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
                                saddr = &sin->sin_addr;
202
202
 
203
203
                        inet_ntop(ss->ss_family, saddr, buf, sizeof(buf));
 
204
                        if (i != 0) {
 
205
                                printf(" ");
 
206
                        }
204
207
                        printf("%s", buf);
205
208
                }
206
209
                printf("\n");