rpcbind/0029-rpcbind-sd-notify-stupid-errmsg.patch
2014-06-11 10:41:40 +00:00

23 lines
743 B
Diff

A stupid error/debug thingie crept into the patch set which shouldn't be there.
Nuking it. See bnc#881663
Signed-off-by: okir@suse.de
---
src/rpcbind.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: rpcbind-0.2.1_rc4/src/rpcbind.c
===================================================================
--- rpcbind-0.2.1_rc4.orig/src/rpcbind.c
+++ rpcbind-0.2.1_rc4/src/rpcbind.c
@@ -266,7 +266,7 @@ main(int argc, char *argv[])
* used systemd socket activation or not. When started from the command
* line, this should not hurt either.
*/
- rpcbind_log_error("sd_notify returns %d\n", sd_notify(0, "READY=1"));
+ sd_notify(0, "READY=1");
#endif
my_svc_run();
rpcbind_log_error("svc_run returned unexpectedly");