python/sanlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7c9a67b725a7a6525a6a653a816239d3c49f90bd Author: Federico Simoncelli fsimonce@redhat.com Date: Fri Nov 30 12:22:00 2012 -0500
python: fix typo for the offset parameter
Signed-off-by: Federico Simoncelli fsimonce@redhat.com
diff --git a/python/sanlock.c b/python/sanlock.c index e32fab3..c57909a 100644 --- a/python/sanlock.c +++ b/python/sanlock.c @@ -183,7 +183,7 @@ py_init_lockspace(PyObject *self __unused, PyObject *args, PyObject *keywds) const char *lockspace, *path; struct sanlk_lockspace ls;
- static char *kwlist[] = {"lockspace", "path", "offest", + static char *kwlist[] = {"lockspace", "path", "offset", "max_hosts", "num_hosts", "use_aio", NULL};
/* initialize lockspace structure */
sanlock-devel@lists.fedorahosted.org