Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
[linux-2.6-microblaze.git] / net / ceph / auth_none.c
index 097e9f8..77b5519 100644 (file)
@@ -112,8 +112,8 @@ static int ceph_auth_none_create_authorizer(
        auth->authorizer = (struct ceph_authorizer *) au;
        auth->authorizer_buf = au->buf;
        auth->authorizer_buf_len = au->buf_len;
-       auth->authorizer_reply_buf = au->reply_buf;
-       auth->authorizer_reply_buf_len = sizeof (au->reply_buf);
+       auth->authorizer_reply_buf = NULL;
+       auth->authorizer_reply_buf_len = 0;
 
        return 0;
 }