Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdc723e7 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()



Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 92c1037c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len)
	monhdr->session_mon = cpu_to_le16(-1);
	monhdr->session_mon_tid = 0;

	ceph_encode_32(&p, 0);  /* no protocol, yet */
	ceph_encode_32(&p, CEPH_AUTH_UNKNOWN);  /* no protocol, yet */

	lenp = p;
	p += sizeof(u32);