Skip to content

Commit

Permalink
restore pub visibility of dns_update() (not currently used, but is pa…
Browse files Browse the repository at this point in the history
…rt of the pub api)
  • Loading branch information
jgallagher committed Sep 15, 2023
1 parent 2ddc2b6 commit c5ecf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/datastore/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl DataStore {
/// **Callers almost certainly want to wake up the corresponding Nexus
/// background task to cause these changes to be propagated to the
/// corresponding DNS servers.**
pub(crate) async fn dns_update<ConnErr>(
pub async fn dns_update<ConnErr>(
&self,
opctx: &OpContext,
conn: &(impl async_bb8_diesel::AsyncConnection<
Expand Down

0 comments on commit c5ecf27

Please sign in to comment.