This reverts commit ea4bb3dde2823231eeae1b5408e1bfadf8b95267.
---
 server/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/main.c b/server/main.c
index a1d307b1..dbeca624 100644
--- a/server/main.c
+++ b/server/main.c
@@ -621,7 +621,6 @@ main (int argc, char *argv[])
     if (p && is_config_key (argv[optind], p - argv[optind])) { /* key=value */
       *p = '\0';
       top->config (top, argv[optind], p+1);
-      *p = '=';
     }
     else if (magic_config_key == NULL) {
       if (i == 0)               /* magic script parameter */
-- 
2.24.1

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to