No, you just made a single 2 input AND, with 1 input, the control signal inverted. IE going through an inverter gate.
According to your text functional description, all the gates you put together were not necessary.
IE, control = 0, through the INVERTER, feeds 1 to the AND gate. Your other input signal, clock, if 1, the output of the AND = 1, if it is 0, output of the AND gate = 0, thus this signal is going through the AND gate 'unabated'.
If your control = 1, the INVERTER would make it 0, into the AND gate, meaning the output of the AND gate would always be 0, or low.