diff options
Diffstat (limited to 'xlators/features/glupy/examples/debug-trace.py')
| -rw-r--r-- | xlators/features/glupy/examples/debug-trace.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/glupy/examples/debug-trace.py b/xlators/features/glupy/examples/debug-trace.py index ca726ed21cb..6e012f6c547 100644 --- a/xlators/features/glupy/examples/debug-trace.py +++ b/xlators/features/glupy/examples/debug-trace.py @@ -147,7 +147,7 @@ class xlator(Translator):                        "fd={3:s}; flags=0{4:o}; mode=0{5:o}; " +                        "umask=0{6:o}").format(unique, gfid, loc.contents.path,                                               fd, flags, mode, umask)) -                dl.wind_create(frame, POINTER(xlator_t)(), loc, flags,mode, +                dl.wind_create(frame, POINTER(xlator_t)(), loc, flags, mode,                                 umask, fd, xdata)                  return 0  | 
