]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
varlink: these two errors where added to the spec, we aren't squatting the namespace...
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Dec 2023 14:01:59 +0000 (15:01 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 20 Dec 2023 04:22:05 +0000 (12:22 +0800)
https://github.com/varlink/varlink.github.io/commit/4443c57f1ed0f340ec82c925d69181e4b8db7ceb

src/shared/varlink.h

index 6ec708aba20137dfcf83ca0676d6be909ee72060..f8e7f5d554fdbda63d7c4278edfabdce10cab8ab 100644 (file)
@@ -218,7 +218,5 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(VarlinkServer *, varlink_server_unref);
 #define VARLINK_ERROR_METHOD_NOT_FOUND "org.varlink.service.MethodNotFound"
 #define VARLINK_ERROR_METHOD_NOT_IMPLEMENTED "org.varlink.service.MethodNotImplemented"
 #define VARLINK_ERROR_INVALID_PARAMETER "org.varlink.service.InvalidParameter"
-
-/* These are errors we came up with and squatted the namespace with */
 #define VARLINK_ERROR_PERMISSION_DENIED "org.varlink.service.PermissionDenied"
 #define VARLINK_ERROR_EXPECTED_MORE "org.varlink.service.ExpectedMore"