Commit 9a03ec0d authored by Ayesha Ayub's avatar Ayesha Ayub
Browse files

fix minor issue in POST method in BWM

parent efa47f1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1028,7 +1028,7 @@ func bandwidthAllocationPost(w http.ResponseWriter, r *http.Request) {
		}
		//check bool here
		if sessionFilterList.sessionBool {
			errHandlerProblemDetails(w, "Provide flowFilter matches an already existing session", http.StatusBadRequest)
			errHandlerProblemDetails(w, "Provide sessionFilter matches an already existing session", http.StatusBadRequest)
			return
		}
	}