Skip to content

Commit

Permalink
nfs4: fix export table initialization in NFSServerV41#Builder
Browse files Browse the repository at this point in the history
Acked-by: Paul Millar
Target: master
  • Loading branch information
kofemann committed May 10, 2019
1 parent 5712ae6 commit ad1afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/dcache/nfs/v4/NFSServerV41.java
Expand Up @@ -361,7 +361,7 @@ public Builder withExportTable(ExportTable exportTable) {
*/
@Deprecated
public Builder withExportFile(ExportFile exportFile) {
return withExportTable(exportTable);
return withExportTable(exportFile);
}

public Builder withStateHandler(NFSv4StateHandler stateHandler) {
Expand Down

0 comments on commit ad1afdd

Please sign in to comment.