summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/VFS/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/audit.c b/examples/VFS/audit.c
index cee410db84..dcc288fc97 100644
--- a/examples/VFS/audit.c
+++ b/examples/VFS/audit.c
@@ -56,7 +56,7 @@ static int audit_connect(struct connection_struct *conn, const char *svc,
syslog(SYSLOG_PRIORITY, "connect to service %s by user %s\n",
svc, user);
- return global_vfs_ops->connect(conn, svc, user);
+ return 0; /* Success */
}
static void audit_disconnect(struct connection_struct *conn)