Re: [ovs-dev] [PATCH] ofproto: restore file mode to 644.

2016-09-21 Thread Ben Pfaff
On Wed, Sep 21, 2016 at 02:05:09PM +0100, antonio.fische...@intel.com wrote: > Just restored file mode from 755 to 644. > > Signed-off-by: Antonio Fischetti Applied to master and branch-2.6, thanks! ___ dev mailing list dev@openvswitch.org http://openv

[ovs-dev] [PATCH] ofproto: restore file mode to 644.

2016-09-21 Thread antonio . fischetti
Just restored file mode from 755 to 644. Signed-off-by: Antonio Fischetti --- ofproto/ofproto.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 ofproto/ofproto.c diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c old mode 100755 new mode 100644 -- 2.4.11 ___