~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to libglusterfs/src/xlator.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-07-13 18:40:26 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100713184026-e09vy2wvcxyb2pgm
Tags: 3.0.5-1
* New upstream release.
* Merge 3.0.4-1~bpo50+1 changelog.
* Bump Standards-Version to 3.9.0 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
603
603
        {
604
604
                if (valid_internet_address (pair->value->data)) {
605
605
                        ret = 0;
606
 
                }
 
606
                } else {
 
607
                        gf_log (xl->name, GF_LOG_ERROR, "internet address '%s'"
 
608
                                " does not conform to standards.",
 
609
                                pair->value->data);
 
610
                        goto out;
 
611
                }
607
612
        }
608
613
        break;
609
614
        case GF_OPTION_TYPE_ANY: