lib/nfs/Connection: make `server` and `export_name` const

This commit is contained in:
Max Kellermann 2024-05-06 16:55:53 +02:00
parent 96888cce9c
commit 63920be17e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class NfsConnection {
DeferEvent defer_new_lease;
CoarseTimerEvent mount_timeout_event;
std::string server, export_name;
const std::string server, export_name;
nfs_context *context;