Explorar o código

modules_k/xcap_server: fixed length of pres-content AUID

Jason Penton %!s(int64=13) %!d(string=hai) anos
pai
achega
f25202a6d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules_k/xcap_server/xcap_misc.c

+ 1 - 1
modules_k/xcap_server/xcap_misc.c

@@ -56,7 +56,7 @@ xcaps_auid_list_t xcaps_auid_list[] = {
 			'/', XCAP_CAPS },
 	{ { "org.openmobilealliance.user-profile", 35},
 			'/', USER_PROFILE },
-	{ { "org.openmobilealliance.pres-content", 15},
+	{ { "org.openmobilealliance.pres-content", 35},
 			'/', PRES_CONTENT },
 	{ { "org.openmobilealliance.search", 29},
 			'?', SEARCH },